noinst_SCRIPTS = \
create-test
-SUBDIRS = \
+DIST_SUBDIRS = \
test-reject \
test-bison-nr \
test-c++-basic \
test-yyextra \
test-table-opts
+SUBDIRS = \
+ test-reject \
+ test-bison-nr \
+ test-c++-basic \
+ test-posixly-correct \
+ test-posix \
+ test-mem-r \
+ test-mem-nr \
+ test-debug-nr \
+ test-debug-r \
+ test-lineno-r \
+ test-lineno-nr \
+ test-array-nr \
+ test-array-r \
+ test-basic-nr \
+ test-basic-r \
+ test-bison-yylloc \
+ test-bison-yylval \
+ test-c-cpp-nr \
+ test-c-cpp-r \
+ test-header-nr \
+ test-header-r \
+ test-include-by-buffer \
+ test-include-by-reentrant \
+ test-multiple-scanners-nr \
+ test-multiple-scanners-r \
+ test-prefix-nr \
+ test-prefix-r \
+ test-pthread \
+ test-string-nr \
+ test-string-r \
+ test-yyextra \
+ test-table-opts
+
# clean up before running the test suite so we dont test old builds of test code
test: clean
mv configure.in.tmp ../configure.in
# Modify Makefile.am
-sed '/^SUBDIRS/a\
+sed '/^\(DIST_\)\?SUBDIRS/a\
'"$1"' \\' < Makefile.am > Makefile.am.tmp
mv Makefile.am.tmp Makefile.am