summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-01 02:20:10 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-01 02:20:10 +0000
commit0640e599b1ccfaca3c2fcb1e2f8ef4696cafc8df (patch)
treef905a0a0c6f641945e49ddc57a61a4d374ad818f
parentd3a6fff0d9b5bc704754941855932277cba218e2 (diff)
downloadATCD-0640e599b1ccfaca3c2fcb1e2f8ef4696cafc8df.tar.gz
DLL_Test is disabled for chorus, LynxOS, Unicos as they dont support
shared libraries.
-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 ff8dc7a8bd9..e23c284b9fd 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -118,7 +118,7 @@ run Time_Value_Test # tests Time_Value
run High_Res_Timer_Test # tests High_Res_Timer
run SString_Test # tests ACE_CString and ACE_SString
run Collection_Test # tests ACE Collection classes
-run DLL_Test # tests ACE_DLL class
+test $chorus || test $LynxOS || test $Unicos || run DLL_Test # tests ACE_DLL class
# Naming_Test: UNICOS fails due to feature not supported
test $chorus || test $LynxOS || test $Unicos || run Naming_Test # tests ACE_Naming_Context, ACE_WString