summaryrefslogtreecommitdiff
path: root/performance-tests/Server_Concurrency
diff options
context:
space:
mode:
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>