Add missing constant for wrappers
[ric-plt/lib/rmr.git] / test / app_test / run_all.ksh
1
2 # run all of the tests, building rmr before the first one if -B is on the command line.
3
4 build=""
5
6 while [[ $1 == "-"* ]]
7 do
8         case $1 in 
9                 -B)     build="-B";;
10                 -i)     installed="-i";;
11
12                 *)      echo "'$1' is not a recognised option and is ignored";;
13         esac
14
15         shift
16 done
17
18 set -e
19 echo "---- app -------------"
20 ksh run_app_test.ksh -v $installed $build
21 echo "----- multi -----------"
22 ksh run_multi_test.ksh
23 echo "----- round robin ----"
24 ksh run_rr_test.ksh
25 echo "----- rts ------------"
26 ksh run_rts_test.ksh -s 20