X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Flibosip2%2Fsrc%2Ftest%2Ftst_sdp;fp=userapps%2Fopensource%2Flibosip2%2Fsrc%2Ftest%2Ftst_sdp;h=d0ae81a00a2252e9f26a05dec69883092d62a2c6;hb=864458111a0e69d94bbae210d5b7349ca072a6b7;hp=0000000000000000000000000000000000000000;hpb=57a096f051259ceaefd5977f30d269884e1dd248;p=bcm963xx.git diff --git a/userapps/opensource/libosip2/src/test/tst_sdp b/userapps/opensource/libosip2/src/test/tst_sdp new file mode 100755 index 00000000..d0ae81a0 --- /dev/null +++ b/userapps/opensource/libosip2/src/test/tst_sdp @@ -0,0 +1,18 @@ +#!/bin/sh + +# This is a short-cut to execute tests on the parser. +# ./conf/torture_msgs{,2} contain various kind of messages. + +echo "==" +echo "== Testing the SDP parser and the SDP negociator in libosip." +echo "== You can use the verbose mode (-v) to see the full message." +echo "==" + +i=0 +while [ $i -lt 15 ] +do + ./torture_sdp_test $1 $i "$2" + i=`expr $i + 1` +done + +