From bdd2a4913eaa0f1d3721979058b53e181832cfa8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 18 Mar 2022 08:07:49 -0700 Subject: Fix missing: pass -I to preprocessor. --- testcases | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'testcases') diff --git a/testcases b/testcases index 5aed49e..1c2e6c8 100644 --- a/testcases +++ b/testcases @@ -69,3 +69,17 @@ ERR 1 1 2 +-- +14: +./cppawk -Itestdir ' +#include "header.cwh" +BEGIN { print max(42, 73) }' +: +73 +-- +15: +./cppawk -iquotetestdir ' +#include "header.cwh" +BEGIN { print max(42, 73) }' +: +73 -- cgit v1.2.3