⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 run_test_sdp

📁 Sofia SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
💻
字号:
#! /bin/sh## Run the sdp tests## usage: run_test_sdp [test_program] [test-directory]#test_sdp="${1:-./test_sdp}"sdp_path=`dirname $0`tests="${2:-${sdp_path}/tests}"if test -r $tests/message-1.sdp ; thenfor n in 1 2 3 4 5 6 7 8 9 10;do     echo -n "$n: "    "$test_sdp" < "$tests/message-$n.sdp" && echo OKdoneelse     echo "sdp run-tests: no tests found in $tests, skipping."    exit 77fi

⌨️ 快捷键说明

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