diff options
author | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-17 15:15:26 +0000 |
---|---|---|
committer | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-11-17 15:15:26 +0000 |
commit | f3de70dae67fe3614f049e6fa1374bbe789efe53 (patch) | |
tree | 917bdfda0efdaffe202890c1109c7dffa36a3718 /tests/run_tests.sh | |
parent | 3232b29dca6338c3a41f48b6f0d06c741663e2f4 (diff) | |
download | ATCD-f3de70dae67fe3614f049e6fa1374bbe789efe53.tar.gz |
added >,< operators to string classes, added template instantiations for ACE_RB_Tree and related classes, added RB_Tree_Test to UNIX makefile, test script
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-x | tests/run_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index c9c5d7ab1ef..a2ec05da309 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -125,6 +125,7 @@ run Task_Test # tests ACE_Thread_Manager, ACE_Task run Thread_Manager_Test # tests ACE_Thread_Manager, ACE_Task run Thread_Pool_Test # tests ACE_Thread_Manager, ACE_Task run Future_Test # tests ACE_Thread_Manager, ACE_Task +run RB_Tree_Test # tests ACE_RB_Tree, ACE_RB_Tree_Iterator run Reactors_Test # tests ACE_Task, ACE_Mutex, ACE_Reactor run Reactor_Exceptions_Test # tests ACE_Reactor and C++ exceptions run Reactor_Notify_Test # tests ACE_Reactor's notify() method, ACE_Task |