summaryrefslogtreecommitdiff
path: root/performance-tests/Server_Concurrency
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-10 10:41:33 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-10 10:41:33 +0000
commit72595342b75017c3139934bf5731af8feb34abdc (patch)
treec55a011d8e6103c8b02afa9f1531d1c40ab223fd /performance-tests/Server_Concurrency
parentdd865b9da20e3f40090eb6493e32908534a5b88b (diff)
downloadATCD-72595342b75017c3139934bf5731af8feb34abdc.tar.gz
Fri Nov 10 11:37:12 2000 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'performance-tests/Server_Concurrency')
-rw-r--r--performance-tests/Server_Concurrency/Makefile.bor9
1 files changed, 9 insertions, 0 deletions
diff --git a/performance-tests/Server_Concurrency/Makefile.bor b/performance-tests/Server_Concurrency/Makefile.bor
new file mode 100644
index 00000000000..84a0bbb5f00
--- /dev/null
+++ b/performance-tests/Server_Concurrency/Makefile.bor
@@ -0,0 +1,9 @@
+#
+# Makefile for building the ACE Server_Concurrency performance-tests
+#
+
+DIRS = \
+ Leader_Follower \
+ Queue_Based_Workers
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>