summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-27 02:56:07 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-27 02:56:07 +0000
commit7394da48f9fdb83bf2c12fcb6b94dd37f65ba403 (patch)
tree61000e8900a17b1fac4d3335fd458ac131cf3b86 /performance-tests
parentf7cef393cee7cdd28ad5d5c55fe88e60b13f21e7 (diff)
downloadATCD-7394da48f9fdb83bf2c12fcb6b94dd37f65ba403.tar.gz
ChangeLogTag:Tue Dec 26 18:53:06 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Server_Concurrency/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/performance-tests/Server_Concurrency/Makefile b/performance-tests/Server_Concurrency/Makefile
index f12b17e7a0e..2c85af2e6ba 100644
--- a/performance-tests/Server_Concurrency/Makefile
+++ b/performance-tests/Server_Concurrency/Makefile
@@ -6,15 +6,19 @@
# Local macros
#----------------------------------------------------------------------------
-DIRS = Queue_Based_Workers \
- Leader_Follower
-
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
+
+# The tests make no sense if threads are disabled.
+ifneq ($(threads),)
+DIRS = Queue_Based_Workers \
+ Leader_Follower
+endif # threads
+
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU