Logo
Explore Help
Sign In
kenmirrors/freeswitch
1
0
Fork 0
You've already forked freeswitch
mirror of https://github.com/signalwire/freeswitch.git synced 2025-08-12 17:20:23 +00:00
Code Issues Projects Releases Wiki Activity
freeswitch/libs/sofia-sip/libsofia-sip-ua/sdp/run_test_sdp

24 lines
411 B
Plaintext
Raw Normal View History

add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3774 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-21 06:30:28 +00:00
#! /bin/sh
#
# Run the sdp tests
#
# usage: run_test_sdp [test_program] [test-directory]
#
test_sdp="${1:-./test_sdp}"
a little update to the sofia-sip library git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4939 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-15 02:03:41 +00:00
sdp_path=`dirname $0`
tests="${2:-${sdp_path}/tests}"
add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3774 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-21 06:30:28 +00:00
if test -r $tests/message-1.sdp ; then
for n in 1 2 3 4 5 6 7 8 9 10;
do
echo -n "$n: "
"$test_sdp" < "$tests/message-$n.sdp" && echo OK
done
else
a little update to the sofia-sip library git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4939 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-15 02:03:41 +00:00
echo "sdp run-tests: no tests found in $tests, skipping."
exit 77
add sofia-sip 1.12.4 (plus some patches through 12/21/2006) to in tree libs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3774 d0543943-73ff-0310-b7d9-9358b9ac24b2
2006-12-21 06:30:28 +00:00
fi
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 280ms Template repo/home: 14ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API