summaryrefslogtreecommitdiff
path: root/tests
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
commit296a547442f9c6c734a87ba0d962075d48d3fb02 (patch)
treead5370f68e202123fe64dbb5483f25b92a5988cf /tests
parentc7639c8b73eb63b58f5b4fd441c1e4fd6edf002d (diff)
downloadATCD-296a547442f9c6c734a87ba0d962075d48d3fb02.tar.gz
added Notify_Performance_Test and Reactor_Performance_Test
Diffstat (limited to 'tests')
-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
#----------------------------------------------------------------------------