diff options
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -187,7 +187,7 @@ yes 33: $cppawk --prepro-only --prepro=./testdir/testcpp abc : -[-iq][-D_][-D_][-I.][-] +[-iq][-D_][-D_][-st][-I.][-] -- 34: $cppawk --prepro-only --awk=mawk mawk=__mawk__ | grep mawk @@ -245,3 +245,8 @@ testdir/name.cwk $cppawk --dump-macros '#define foo_bar 42' | grep foo_bar : #define foo_bar 42 +-- +43: +$cppawk --dump-macros x | (grep -q '#define [A-Za-z]' || echo "clean") +: +clean |