mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-28 13:34:00 +00:00
5 lines
81 B
Bash
Executable file
5 lines
81 B
Bash
Executable file
|
|
for tst in $(ls $(dirname $0)/test_* | grep -v $(basename $0))
|
|
do
|
|
$tst
|
|
done
|