tst

来自「嵌入式产品中的osip的源代码.」· 代码 · 共 37 行

TXT
37
字号
#!/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 parser contained in libosip."echo "== You can use the verbose mode (-v) to see the full message."echo "=="i=0while [ $i -lt 93 ]doset -x#  mpatrol -C -S -L -j -d --list -p -t --use-debug ./test/torture_test $1 $i $2 $3   ./torture_test $1 $i $2 $3set +x    i=`expr $i + 1`done#echo "=="#echo "== Test for \\n (CR) and \\r (LF) instead of \\r\\n (CRLF)"#echo "== Data files from ./conf/torture_msgs"#echo "=="#i=0#while [ $i -lt 93 ]#do#set -x#    ./torture_test conf/torture_msgs2 $i $2 $3#set +x#    i=`expr $i + 1`#done

⌨️ 快捷键说明

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