From f5da2e49bcdca552f5f3f267f68e6e06ffd7407a Mon Sep 17 00:00:00 2001 From: kirthika Date: Wed, 24 Feb 1999 00:19:44 +0000 Subject: *** empty log message *** --- tests/run_tests.bat | 2 +- tests/run_tests.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/run_tests.bat b/tests/run_tests.bat index 7746a57465b..b8fe613dde9 100644 --- a/tests/run_tests.bat +++ b/tests/run_tests.bat @@ -29,7 +29,7 @@ call %0 %dopure% Buffer_Stream_Test call %0 %dopure% CDR_Test call %0 %dopure% Collection_Test call %0 %dopure% Conn_Test -rem call %0 %dopure% DLL_Test +call %0 %dopure% DLL_Test call %0 %dopure% DLList_Test call %0 %dopure% Enum_Interfaces_Test call %0 %dopure% Env_Value_Test diff --git a/tests/run_tests.sh b/tests/run_tests.sh index d6aed202fb4..ff8dc7a8bd9 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -106,6 +106,7 @@ echo "Starting ACE version $ace_version tests . . ." mv -f "$compilation_log" "$compilation_log.bak" > /dev/null 2>&1 + run Basic_Types_Test test $chorus || run Env_Value_Test # tests Env_Value_T and Process run Atomic_Op_Test # tests Atomic_Op @@ -117,6 +118,7 @@ run Time_Value_Test # tests Time_Value run High_Res_Timer_Test # tests High_Res_Timer run SString_Test # tests ACE_CString and ACE_SString run Collection_Test # tests ACE Collection classes +run DLL_Test # tests ACE_DLL class # Naming_Test: UNICOS fails due to feature not supported test $chorus || test $LynxOS || test $Unicos || run Naming_Test # tests ACE_Naming_Context, ACE_WString -- cgit v1.2.1