From 81b78cd075ed592040a87b76201cce441c2cdaec Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 6 Apr 2006 22:32:58 +0000 Subject: [PATCH] test_concurrency --- panda/src/pipeline/Sources.pp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/panda/src/pipeline/Sources.pp b/panda/src/pipeline/Sources.pp index 11fda8a9da..3ff85771a6 100644 --- a/panda/src/pipeline/Sources.pp +++ b/panda/src/pipeline/Sources.pp @@ -162,3 +162,14 @@ #end test_bin_target + +#begin test_bin_target + #define TARGET test_concurrency + #define LOCAL_LIBS $[LOCAL_LIBS] pipeline + #define OTHER_LIBS dtoolutil:c dtool:m dtoolconfig:m pystub + + #define SOURCES \ + test_concurrency.cxx + +#end test_bin_target +