diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-16 09:00:18 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-16 09:00:18 -0700 |
commit | 760c77bd3936f1c655fb1886eb312aa6e9d89d9c (patch) | |
tree | e3d47d645e614b4f7fbfecf4bb1a2cfc1069a9fc /runtests | |
parent | ab705c920ca68471f7664181feee534220fe40c4 (diff) | |
download | cppawk-760c77bd3936f1c655fb1886eb312aa6e9d89d9c.tar.gz cppawk-760c77bd3936f1c655fb1886eb312aa6e9d89d9c.tar.bz2 cppawk-760c77bd3936f1c655fb1886eb312aa6e9d89d9c.zip |
cons: mapcar, mappend: doc, tests.
Diffstat (limited to 'runtests')
-rwxr-xr-x | runtests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,5 +24,5 @@ fi if [ -z "$suite" -o "$suite" = "cons" ] ; then cppawk=./cppawk ./testsuite.awk testcases-cons - cppawk="./cppawk --awk=mawk" ./testsuite.awk testcases-cons + cppawk="./cppawk --awk=mawk" ./testsuite.awk -v skip=37,38 testcases-cons fi |