X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test.sh;h=c66c9150d499b306e0a900bcfc574f19fd650f7d;hb=061a63480f6840b6d945f7744b3b972e2d4cb25d;hp=7f2d98e452bfdfb54a636a1536987fc19c066c57;hpb=ae56a5ed7f640a944108b5aee567bb80ced86c9a;p=modules%2Fshaper.git diff --git a/test.sh b/test.sh index 7f2d98e45..c66c9150d 100755 --- 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 "$@"