summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 75232ef..19a168a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,8 +26,8 @@ noinst_SCRIPTS = \
create-test
SUBDIRS = \
+ test-bison-nr \
test-c++-basic \
- test-table-opts \
test-posixly-correct \
test-posix \
test-mem-r \
@@ -56,7 +56,8 @@ SUBDIRS = \
test-pthread \
test-string-nr \
test-string-r \
- test-yyextra
+ test-yyextra \
+ test-table-opts
# clean up before running the test suite so we dont test old builds of test code