Salome HOME
Possibility to run test case by regexp
[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 if [[ $# > 0 ]]; then
9   ctest --no-compress-output -T Test "$@" -R $1
10 else
11   ctest --no-compress-output -T Test "$@"
12 fi