summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-xtests/run_tests.sh2
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