enhance(API): Add source IP support to msg header
[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
11                 *)      echo "'$1' is not a recognised option and is ignored";;
12         esac
13
14         shift
15 done
16
17 set -e
18 ksh run_app_test.ksh $build
19 ksh run_multi_test.ksh
20 ksh run_rr_test.ksh
21 ksh run_rts_test.ksh -s 20