diff options
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 |