diff options
author | Steve Huston <shuston@riverace.com> | 1999-04-22 14:12:34 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-04-22 14:12:34 +0000 |
commit | df55b2ace1fb33c4e04eab9705924af747b12968 (patch) | |
tree | 7b497983ade7d1c19ef69bcdef85ce45dc67ad59 /tests | |
parent | c41129a5e0a1b5a156a5a9f0c1791a9b7e74b9da (diff) | |
download | ATCD-df55b2ace1fb33c4e04eab9705924af747b12968.tar.gz |
Added New_Fail_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 caf8f51491a..0cdd5ab47fc 100644 --- a/tests/run_tests.bat +++ b/tests/run_tests.bat @@ -48,6 +48,7 @@ call %0 %dopure% MT_Reactor_Timer_Test call %0 %dopure% MM_Shared_Memory_Test call %0 %dopure% MT_SOCK_Test call %0 %dopure% Naming_Test +call %0 %dopure% New_Fail_Test call %0 %dopure% Notify_Performance_Test call %0 %dopure% OrdMultiSet_Test call %0 %dopure% Pipe_Test diff --git a/tests/run_tests.sh b/tests/run_tests.sh index e0f4e6922b3..ad80f1acddf 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -200,6 +200,7 @@ run IOStream_Test # tests ACE_IOStream and ACE_SOCK_Stream run Enum_Interfaces_Test # tests ACE_ACE::get_ip_interfaces() test $chorus || run Upgradable_RW_Test # tests ACE_RW locks test $chorus || run Conn_Test # tests ACE_Thread_Manager, ACE_Acceptor/ACE_Connector, ACE_SOCK_SAP +run New_Fail_Test # tests correct ACE_NEW[_RETURN] echo "Finished ACE version $ace_version tests." |