summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-21 22:05:05 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-21 22:05:05 +0000
commitdd2e71ff59aecbe140f3bc0caa036fe9de854c30 (patch)
treec4b54079aff5284f138e6a24da4156ff4566b536 /tests/run_tests.sh
parent082bb98ee375f2390c2b46d2bde42ba45356a36d (diff)
downloadATCD-dd2e71ff59aecbe140f3bc0caa036fe9de854c30.tar.gz
enabled Tokens_Test on LynxOS
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-xtests/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 250a34af495..e0f4e6922b3 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -181,7 +181,7 @@ if [ -f ../netsvcs/servers/main ]; then
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
+test $TOKEN && (test $chorus || test $Unicos || 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 Map_Test # tests ACE_Map + Forward and Reverse Map Iterators.