aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-03-18 08:40:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-03-18 08:40:00 -0700
commitfc1f328339f7366fab9d197a2876d8207f38656c (patch)
treeffbfc6cce24e3de58bb096a0eff470c810eb48fe /testcases
parentb13ba3a1c1c644ba2fdec5d6b3b836886b7a177b (diff)
downloadcppawk-fc1f328339f7366fab9d197a2876d8207f38656c.tar.gz
cppawk-fc1f328339f7366fab9d197a2876d8207f38656c.tar.bz2
cppawk-fc1f328339f7366fab9d197a2876d8207f38656c.zip
Add --prepro-only option.
Diffstat (limited to 'testcases')
-rw-r--r--testcases5
1 files changed, 5 insertions, 0 deletions
diff --git a/testcases b/testcases
index 04e2971..04e90dd 100644
--- a/testcases
+++ b/testcases
@@ -111,3 +111,8 @@ gawk
20:
./cppawk 'BEGIN { print __posix__ }'
:
+--
+21:
+./cppawk --prepro-only 'BEGIN { }' | grep BEGIN
+:
+BEGIN { }