yate/modules/mktestlinks.sh
paulc d668e85bf0 Imported in new CVS
git-svn-id: http://voip.null.ro/svn/yate@2 acf43c95-373e-0410-b603-e72c3f656dc1
2004-05-22 00:05:20 +00:00

9 lines
171 B
Bash

#!/bin/sh
tests="randcall msgsniff"
if [ "$1" = "-d" ]; then
for f in $tests; do rm $f.yate; done
else
for f in $tests; do ln -s ../test/$f.yate $f.yate; done
fi