Initial checkin of a testsuite
[mmh] / test / runalltests
diff --git a/test/runalltests b/test/runalltests
new file mode 100755 (executable)
index 0000000..b43d42c
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for i in `find tests -name 'test-*' -type f`;
+do
+    ./runtest $i
+done