tst_sdp

来自「SIP协议栈实现」· 代码 · 共 19 行

TXT
19
字号
#!/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=0while [ $i -lt 15 ]do    ./torture_sdp_test $1 $i "$2"    i=`expr $i + 1`done

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?