Salome HOME
Fix unit tests
[modules/shaper.git] / test.sh
diff --git a/test.sh b/test.sh
index 7f2d98e452bfdfb54a636a1536987fc19c066c57..c66c9150d499b306e0a900bcfc574f19fd650f7d 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -1,9 +1,9 @@
 #!/bin/bash
 
 source env.sh
-source env_standalone.sh
+source ${TOOLS_DIR}/env_salome.sh
 
 mkdir -p ${BUILD_DIR}
 cd ${BUILD_DIR}
 
-ctest --no-compress-output -T Test
+ctest --no-compress-output -T Test "$@"