summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2020-10-26 23:26:28 -0400
committerEric S. Raymond <esr@thyrsus.com>2020-10-26 23:26:28 -0400
commitb244d82cf0758daece2f764dd3fdc63cc9dff60f (patch)
treefe09524ae8de18c5557a24dcd8a30e5d1b06d1ee /tests/Makefile.am
parentf5d2d88a6d04333ac4a6655afa0613a36ce4aa2c (diff)
downloadflex-git-b244d82cf0758daece2f764dd3fdc63cc9dff60f.tar.gz
Remove an ugly little knor in the C99 yyunput code...
..left there from a weird compromise when the default C back end also supported C++. Add a yyunput ruleset testing it on all back ends to verify that the change is good.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f4c5752..0643e28 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -245,6 +245,8 @@ CLEANFILES = \
top.h \
yyextra_nr.c \
yyextra_c99.c \
+ yyunput_* \
+ !yyunput.rules \
$(RULESET_REMOVABLES)
dist-hook:
@@ -302,9 +304,10 @@ EXTRA_DIST = \
rescan_r.direct.txt \
quote_in_comment.txt \
quotes.txt \
+ tableopts.txt \
top.txt \
yyextra.txt \
- tableopts.txt
+ yyunput.txt
dist_noinst_SCRIPTS = \
ruleset.sh