Add files for swift over UDP.
[swifty.git] / src / libswift_udp / do_tests.sh
diff --git a/src/libswift_udp/do_tests.sh b/src/libswift_udp/do_tests.sh
new file mode 100755 (executable)
index 0000000..f02a6cc
--- /dev/null
@@ -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