summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2006-02-15 18:06:21 +0000
committerJohn Millaway <john43@users.sourceforge.net>2006-02-15 18:06:21 +0000
commita70cd6d676201a9c8a827e882c7fb4ee2b6f18f2 (patch)
tree5065b4795f14907dc645c72c1d368e7d886b357a /configure.in
parentdbf9f014899fb78cca1192c39585cbc7220c20fe (diff)
yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.
Added two new tests for reusing scanners.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b569776..795132d 100644
--- a/configure.in
+++ b/configure.in
@@ -143,6 +143,8 @@ tests/test-bison-nr/Makefile
tests/test-reject/Makefile
tests/test-c++-multiple-scanners/Makefile
tests/test-top/Makefile
+tests/test-rescan-nr/Makefile
+tests/test-rescan-r/Makefile
dnl --new-test-here-- This line is processed by tests/create-test.
)