summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorAaron Stone <sodabrew@users.sourceforge.net>2007-05-31 06:09:02 +0000
committerAaron Stone <sodabrew@users.sourceforge.net>2007-05-31 06:09:02 +0000
commite1f1e4ed53ca0d529272f9e1bace4de020e9deba (patch)
treedc683491ae6113c0069638200efdb2c29b162f21 /tests/Makefile.am
parent2ca08588608e04eeebc0e529d215cb3727b9e1d8 (diff)
Adding test cases for yylex_init_extra.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ec5eb42..33c20bd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -69,6 +69,7 @@ DIST_SUBDIRS = \
test-string-nr \
test-string-r \
test-yyextra \
+ test-alloc-extra \
test-noansi-nr \
test-noansi-r \
test-table-opts
@@ -115,6 +116,7 @@ SUBDIRS = \
test-string-nr \
test-string-r \
test-yyextra \
+ test-alloc-extra \
test-noansi-nr \
test-noansi-r \
test-top \