diff options
author | Steve Huston <shuston@riverace.com> | 1999-05-25 23:20:08 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-05-25 23:20:08 +0000 |
commit | 93e35504dd939b1f65ffdb7a4abb21c5fe51feae (patch) | |
tree | cebb3ae000688140a3e1ecb3f67d53afe7617ac3 /tests | |
parent | 483646f8f70bb66188ff88c093291df146e7099b (diff) | |
download | ATCD-93e35504dd939b1f65ffdb7a4abb21c5fe51feae.tar.gz |
Added SOCK_Send_Recv_Test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/run_tests.bat | 1 | ||||
-rwxr-xr-x | tests/run_tests.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/run_tests.bat b/tests/run_tests.bat index 05e9d4c3adf..ba1f6970f23 100644 --- a/tests/run_tests.bat +++ b/tests/run_tests.bat @@ -75,6 +75,7 @@ call %0 %dopure% Sigset_Ops_Test call %0 %dopure% Simple_Message_Block_Test call %0 %dopure% SOCK_Test call %0 %dopure% SOCK_Connector_Test +call %0 %dopure% SOCK_Send_Recv_Test call %0 %dopure% SPIPE_Test call %0 %dopure% SString_Test call %0 %dopure% SV_Shared_Memory_Test diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 894592b5d95..9e2456ec6dc 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -147,6 +147,7 @@ run Timer_Queue_Test # tests ACE_Event_Handler, ACE_Timer_Que run MT_Reactor_Timer_Test # tests ACE_Reactor's timer mechanism. run SOCK_Connector_Test # tests ACE_SOCK_Connector +run SOCK_Send_Recv_Test # tests ACE_SOCK_Stream run Task_Test # tests ACE_Thread_Manager, ACE_Task # Thread_Manager_Test: UNICOS fails due to no pthread_kill nor pthread_cancel |