diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-15 22:08:16 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-15 22:08:16 +0000 |
commit | 296a547442f9c6c734a87ba0d962075d48d3fb02 (patch) | |
tree | ad5370f68e202123fe64dbb5483f25b92a5988cf /tests | |
parent | c7639c8b73eb63b58f5b4fd441c1e4fd6edf002d (diff) | |
download | ATCD-296a547442f9c6c734a87ba0d962075d48d3fb02.tar.gz |
added Notify_Performance_Test and Reactor_Performance_Test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 4 |
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 #---------------------------------------------------------------------------- |