diff options
Diffstat (limited to 'tests/run_tests.sh')
-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 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. |