aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/dynamicRuleOutputs/before/numbers.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/dynamicRuleOutputs/before/numbers.l')
-rw-r--r--tests/auto/blackbox/testdata/dynamicRuleOutputs/before/numbers.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/dynamicRuleOutputs/before/numbers.l b/tests/auto/blackbox/testdata/dynamicRuleOutputs/before/numbers.l
index 19f503562..fbc134ee7 100644
--- a/tests/auto/blackbox/testdata/dynamicRuleOutputs/before/numbers.l
+++ b/tests/auto/blackbox/testdata/dynamicRuleOutputs/before/numbers.l
@@ -41,6 +41,10 @@
%option outfile="numberscanner.c" header-file="numberscanner.h"
%{
+#ifndef CRUCIAL_DEFINE
+# error CRUCIAL_DEFINE is missing!
+#endif
+
/* need this for the call to atof() below */
#include <math.h>
%}