and added files
[bcm963xx.git] / userapps / opensource / libosip2 / src / test / tst_sdp
1 #!/bin/sh
2
3 # This is a short-cut to execute tests on the parser.
4 # ./conf/torture_msgs{,2} contain various kind of messages.
5
6 echo "=="
7 echo "== Testing the SDP parser and the SDP negociator in libosip."
8 echo "== You can use the verbose mode (-v) to see the full message."
9 echo "=="
10
11 i=0
12 while [ $i -lt 15 ]
13 do
14     ./torture_sdp_test $1 $i "$2"
15     i=`expr $i + 1`
16 done
17
18