From 5868b2fe93f5b1f444d8b8d5ac5cca84e0d25551 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 24 Mar 2022 03:04:39 -0700 Subject: test case for --prepro-only with -f. --- testcases | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testcases') diff --git a/testcases b/testcases index 2711d4b..02c9dfe 100644 --- a/testcases +++ b/testcases @@ -205,3 +205,8 @@ gawk=__gawk__ tmp=$(./cppawk --awk=testdir/testdel 1); [ -e $tmp ] || echo gone : gone +-- +38: +./cppawk --prepro-only -f testdir/program.cwk | grep BEGIN +: +BEGIN { print ((42) > (73) ? (42) : (73)) } -- cgit v1.2.3