diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-21 22:04:23 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-21 22:04:23 +0000 |
commit | 8da83787193404d9f85a4cea07b6cd9075703e49 (patch) | |
tree | 2377c34cefb6659414cd95a66db6b1c89790996b /tests | |
parent | f89970cd0080aebb5248d2c54664e1642f06eed6 (diff) | |
download | ATCD-8da83787193404d9f85a4cea07b6cd9075703e49.tar.gz |
enabled Time_Service_Test on LynxOS
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh index c847584dd26..250a34af495 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -178,7 +178,7 @@ run Recursive_Mutex_Test # tests ACE_Service_Config, ACE_Recursiv # Time_Service_Test: UNICOS fails dlopen() - no shared libs on UNICOS if [ -f ../netsvcs/servers/main ]; then - test $TOKEN && (test $chorus || test $LynxOS || test $Unicos || run Time_Service_Test) # tests libnetsvcs + test $TOKEN && (test $chorus || test $Unicos || run Time_Service_Test) # tests libnetsvcs fi # Tokens_Test: UNICOS fails dlopen() - no shared libs on UNICOS test $TOKEN && (test $chorus || test $LynxOS || test $Unicos || run Tokens_Test) # tests ACE_Token |