Browse Source

test_concurrency

David Rose 19 years ago
parent
commit
81b78cd075
1 changed files with 11 additions and 0 deletions
  1. 11 0
      panda/src/pipeline/Sources.pp

+ 11 - 0
panda/src/pipeline/Sources.pp

@@ -162,3 +162,14 @@
 
 
 #end test_bin_target
 #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
+