blob: fd7bef4504e52872c14ad0d573e19d706a4b30a5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
trap 'rm -f output script.sh' EXIT INT TERM
cppawk=./cppawk ./testsuite.awk testcases
cppawk="./cppawk --nobash" ./testsuite.awk testcases
cppawk=./cppawk ./testsuite.awk testcases-case
cppawk="./cppawk --awk=mawk" ./testsuite.awk testcases-case
cppawk=./cppawk ./testsuite.awk testcases-narg
|