summaryrefslogtreecommitdiff
path: root/tests
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
commit2063680b93ebb834f40bc9b8a54af642c06c15cd (patch)
treec4b54079aff5284f138e6a24da4156ff4566b536 /tests
parent8da83787193404d9f85a4cea07b6cd9075703e49 (diff)
downloadATCD-2063680b93ebb834f40bc9b8a54af642c06c15cd.tar.gz
enabled Tokens_Test on LynxOS
Diffstat (limited to 'tests')
-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.