diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-18 22:55:38 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-18 22:55:38 +0000 |
commit | 95032c1935cd24168069c2a2f45be856be544de5 (patch) | |
tree | dfbc0beb833618a8cb65e2d753c41560343f7fb2 /tests | |
parent | dc7f67a19cb3b778211f4f1d2a43f3e5f151209b (diff) | |
download | ATCD-95032c1935cd24168069c2a2f45be856be544de5.tar.gz |
ChangeLogTag:Sun Jul 18 14:30:54 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index a127575bae0..88532d01b55 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -154,7 +154,7 @@ run Task_Test # tests ACE_Thread_Manager, ACE_Task test $Unicos || 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, ACE_Future -# run Future_Set_Test # tests ACE_Thread_Manager, ACE_Task, ACE_Future_Set +run Future_Set_Test # tests ACE_Thread_Manager, ACE_Task, ACE_Future_Set 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 |