Unit test for request classes added, shell scripts added for running all tests
[shipsimu.git] / tests / all-tests.sh
diff --git a/tests/all-tests.sh b/tests/all-tests.sh
new file mode 100644 (file)
index 0000000..13c704a
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+find -type f -name "*Test.php" -not -name "Test.php" -exec sh ./unittest.sh {} \;