summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-29 04:10:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-29 04:10:24 +0000
commit7bbfd291744817a0ddf1e30e8b54098bca3343e5 (patch)
tree93cc049e8be0fe8c66e08dd116a7411e291a7b19
parent41f3d0ba3c8c6fb30e8eedcf38959378d083cbac (diff)
downloadATCD-7bbfd291744817a0ddf1e30e8b54098bca3343e5.tar.gz
only run Time_Service_Test if ../netsvcs/server/main exists
-rwxr-xr-xtests/run_tests.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index a7b8b0cc814..084396bb340 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -128,8 +128,10 @@ run Priority_Buffer_Test # tests ACE_Service_Config, ACE_Message_
run Dynamic_Priority_Test # tests ACE_ACE_Message_Queue, ACE_Dynamic_Message_Queue
run Recursive_Mutex_Test # tests ACE_Service_Config, ACE_Recursive_Thread_Mutex
-test $chorus || test $LynxOS || run Time_Service_Test # tests libnetsvcs
-test $chorus || test $LynxOS || run Tokens_Test # tests ACE_Token
+if [ -f ../netsvcs/server/main ]; then
+ test $chorus || test $LynxOS || run Time_Service_Test # tests libnetsvcs
+fi
+test $chorus || test $LynxOS || run Tokens_Test # tests ACE_Token
run Map_Manager_Test # tests ACE_Map Manager and ACE_Hash_Map_Manager + Forward and Reverse Map Iterators.
run Message_Queue_Notifications_Test # tests ACE_Message_Queue + ACE_Reactor