junest/tests/test_all.sh
Filippo Squillace b0a0662575 Add tests for core.sh #13
Included the tests for die as well.
2014-11-25 21:49:57 +01:00

5 lines
81 B
Bash
Executable file

for tst in $(ls $(dirname $0)/test_* | grep -v $(basename $0))
do
$tst
done