#!/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_rfc3264 $1 $i "$2" i=`expr $i + 1` #read done