summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMightyjo <mightyjo@gmail.com>2021-01-30 13:05:48 -0500
committerJoseph Langley <mightyjo@gmail.com>2021-06-09 21:46:00 -0400
commit470c8a201ff2075f2e46823e68a0feafe6d5e097 (patch)
tree94265fc0a4d767cd422b2fb89b498fec6ea59d84
parent7e6ad373b83473d2784133323eb42109e420f18b (diff)
downloadflex-git-470c8a201ff2075f2e46823e68a0feafe6d5e097.tar.gz
Test for reversion of CVE-2006-0459.
-rwxr-xr-xtests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 43b0bb8..c6c6b9b 100755
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -95,7 +95,8 @@ DIRECT_TESTS = \
include_by_push.direct \
include_by_reentrant.direct \
rescan_nr.direct \
- rescan_r.direct
+ rescan_r.direct \
+ state_buf.direct
I3_TESTS = \
cxx_yywrap.i3
@@ -151,6 +152,7 @@ top_SOURCES = top.l top_main.c
nodist_top_SOURCES = top.h
yyextra_nr_SOURCES = yyextra_nr.l
yyextra_c99_SOURCES = yyextra_c99.l
+state_buf_direct_SOURCES = state_buf.direct.lll
# Normally, automake would distribute files built by flex. Since the
# point of the test suite is to test the files that flex builds, and
@@ -217,6 +219,7 @@ CLEANFILES = \
top.h \
yyextra_nr.c \
yyextra_c99.c \
+ state_buf.direct.cc \
$(RULESET_REMOVABLES)
dist-hook:
@@ -284,6 +287,7 @@ EXTRA_DIST = \
yymorearray.txt \
yymorearraybol.txt \
yyunput.txt \
+ state_buf.direct.txt \
$(RULESETS)
dist_noinst_SCRIPTS = \