summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-07-09 20:52:14 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-07-09 20:52:14 +0000
commitce1afe87fe184141572bdb529dc9a2d0dd7a4ead (patch)
treef1ce63ba58616fcb3c4d39863acca241a9755283 /tests
parent3d21bc40c798d7cb1601901cdb9b12e01e448498 (diff)
Added yylex_destroy() to non-reentrant scanner.
Added ability to override memory functions. Added tests for overriding memory functions.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4a32c24..a264b9f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,6 +26,8 @@ noinst_SCRIPTS = \
create-test
SUBDIRS = \
+ test-mem-r \
+ test-mem-nr \
test-debug-nr \
test-debug-r \
test-lineno-r \