diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-24 17:49:58 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-24 17:49:58 -0700 |
commit | f7dd08d2791fa4cdb45e494fe604e2017bfcb49b (patch) | |
tree | f5c1c882a279378ac1835332ee87160c0efd54ed /runtests | |
parent | 96d19551c0ceaf98ad065930ee82b8ff7961d826 (diff) | |
download | cppawk-f7dd08d2791fa4cdb45e494fe604e2017bfcb49b.tar.gz cppawk-f7dd08d2791fa4cdb45e494fe604e2017bfcb49b.tar.bz2 cppawk-f7dd08d2791fa4cdb45e494fe604e2017bfcb49b.zip |
Run all test cases with and without --nobash option.
Diffstat (limited to 'runtests')
-rwxr-xr-x | runtests | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ #!/bin/sh -./testsuite.cwk < testcases +cppawk=./cppawk ./testsuite.cwk < testcases +cppawk="./cppawk --nobash" ./testsuite.cwk < testcases |