]> git.mxchange.org Git - shipsimu.git/blob - tests/all-tests.sh
Results are now searchable and iterateable, insertDataSet renamed to queryInsertDataS...
[shipsimu.git] / tests / all-tests.sh
1 #!/bin/sh
2
3 find -type f -name "*Test.php" -not -name "Test.php" -exec sh ./unittest.sh {} \;