Salome HOME
Merge branch 'V9_3_BR'
[modules/shaper.git] / test.sh
1 #!/bin/bash
2
3 source env.sh
4
5 mkdir -p ${BUILD_DIR}
6 cd ${BUILD_DIR}
7
8 export DISPLAY="localhost:0.0"
9
10 if [[ $# > 0 ]]; then
11   ctest --no-compress-output -T Test "$@" -R $1
12 else
13   ctest --no-compress-output -T Test "$@"
14 fi