summaryrefslogtreecommitdiff
path: root/tests/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configure.in')
-rw-r--r--tests/configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/configure.in b/tests/configure.in
index 26fcb23..83373c5 100644
--- a/tests/configure.in
+++ b/tests/configure.in
@@ -42,12 +42,13 @@ TESTDIRS="test-string-r test-pthread \
TEMPLATE test-basic-nr test-basic-r \
test-include-by-buffer test-string-nr \
test-bison-yylloc test-yyextra test-prefix-nr \
- test-prefix-r"
+ test-prefix-r test-header-nr test-header-r"
AC_OUTPUT( Makefile test-string-r/Makefile test-pthread/Makefile
test-bison-yylval/Makefile test-include-by-reentrant/Makefile
TEMPLATE/Makefile test-basic-nr/Makefile test-basic-r/Makefile
test-include-by-buffer/Makefile test-string-nr/Makefile
test-bison-yylloc/Makefile test-yyextra/Makefile
- test-prefix-nr/Makefile test-prefix-r/Makefile)
+ test-prefix-nr/Makefile test-prefix-r/Makefile
+ test-header-nr/Makefile test-header-r/Makefile)