diff options
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -12,3 +12,48 @@ hello ./cppawk -f : ERR +-- +4: +./cppawk -f x -f x +: +ERR +-- +5: +./cppawk -MM 1 +: +ERR +-- +6: +./cppawk -F +: +ERR +-- +7: +./cppawk -v +: +ERR +-- +8: +./cppawk -E +: +ERR +-- +9: +./cppawk -i +: +ERR +-- +10: +./cppawk -l +: +ERR +-- +11: +./cppawk -L +: +ERR +-- +12: +./cppawk +: +ERR |