diff options
Diffstat (limited to 'tests/test.sh')
-rwxr-xr-x | tests/test.sh | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/tests/test.sh b/tests/test.sh index 1d47dff..b0b27e1 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -1,4 +1,14 @@ #!/bin/bash + +tests='bf +arr +arr2 +arr3 +foreign +params +nms +misc' + STARTPWD=$(pwd) cd $(pwd)/$(dirname $0) TOC=../toc @@ -31,12 +41,8 @@ do_tests() { fi done } +for x in $tests; do + do_tests "$x" +done -do_tests bf -do_tests arr -do_tests arr2 -do_tests arr3 -do_tests foreign -do_tests params -do_tests nms rm got a.out out.c |