summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 22:08:16 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-15 22:08:16 +0000
commit42068d5617ab251ad29a2c6c01d043ff3ddb3717 (patch)
treead5370f68e202123fe64dbb5483f25b92a5988cf /tests/Makefile
parentb5ca567271e00d39dfb68ff188bad8f1d87039a1 (diff)
downloadATCD-42068d5617ab251ad29a2c6c01d043ff3ddb3717.tar.gz
added Notify_Performance_Test and Reactor_Performance_Test
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index deb268d3d3d..a397eb93a6d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -28,6 +28,7 @@ BIN = Atomic_Op_Test \
Message_Queue_Notifications_Test \
Mutex_Test \
Naming_Test \
+ Notify_Performance_Test \
Process_Mutex_Test \
Process_Strategy_Test \
Priority_Buffer_Test \
@@ -37,6 +38,7 @@ BIN = Atomic_Op_Test \
Reactors_Test \
Reactor_Exceptions_Test \
Reactor_Notify_Test \
+ Reactor_Performance_Test \
Reactor_Timer_Test \
Reader_Writer_Test \
Recursive_Mutex_Test \
@@ -63,6 +65,8 @@ VLDLIBS = $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)
+TEMPLATE_REPOSITORY = 1
+
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------