diff options
author | Steve Huston <shuston@riverace.com> | 1998-12-14 14:27:31 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-12-14 14:27:31 +0000 |
commit | 5c125d752fbaa5d25627158ffcc91c042d6b3737 (patch) | |
tree | 2c1a66965c6e29c9a8e1b929ac9339e610639c23 /tests/run_tests.sh | |
parent | a0446fdc78dc025fa62f2893b8aab7ca481a857b (diff) | |
download | ATCD-5c125d752fbaa5d25627158ffcc91c042d6b3737.tar.gz |
Enabled MT_Reactor_Timer_Test
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-x | tests/run_tests.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 7fdffa946f0..cbf76576920 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -117,8 +117,7 @@ test $chorus || run MM_Shared_Memory_Test # tests ACE_Shared_Memory_MM run Sigset_Ops_Test # tests ACE_sigset*() functions run Timer_Queue_Test # tests ACE_Event_Handler, ACE_Timer_Queue -# The following test doesn't halt on g++/Solaris and DU 4.0. -# run MT_Reactor_Timer_Test # tests ACE_Reactor's timer mechanism. +run MT_Reactor_Timer_Test # tests ACE_Reactor's timer mechanism. run SOCK_Connector_Test # tests ACE_SOCK_Connector |