X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=src%2Flibswift_udp%2Fdo_tests.sh;fp=src%2Flibswift_udp%2Fdo_tests.sh;h=f02a6ccc80ec4ddd3e886123f9a02cc4d39bbd23;hb=46f3ca346fe499ba3e8f595fc5c2aa2b3e3c4d5f;hp=0000000000000000000000000000000000000000;hpb=d8da6fc1273a2acee935a15761b77a73424faef5;p=swifty.git diff --git a/src/libswift_udp/do_tests.sh b/src/libswift_udp/do_tests.sh new file mode 100755 index 0000000..f02a6cc --- /dev/null +++ b/src/libswift_udp/do_tests.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +for tst in `ls tests/*test | grep -v ledbat`; do + if echo $tst; $tst > $tst.log; then + echo $tst OK + else + echo $tst FAIL + fi +done