]> git.saurik.com Git - bison.git/blobdiff - tests/Makefile.am
* data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
[bison.git] / tests / Makefile.am
index 85a853b139730a4cb143cd8a61cc7499f28a0b09..960d658672ed25cb7ce5a45f6892c1d163428849 100644 (file)
@@ -42,6 +42,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
 ## ------------ ##
 
 TESTSUITE_AT = \
+       local.at \
        testsuite.at \
        input.at \
        output.at sets.at reduce.at \
@@ -54,6 +55,7 @@ TESTSUITE = $(srcdir)/testsuite
 
 AUTOTEST = $(AUTOM4TE) --language=autotest
 $(TESTSUITE): package.m4 $(TESTSUITE_AT)
+       echo "WARNING: Multiple inclusion warning should be ignored." >&2
        $(AUTOTEST) -I $(srcdir) testsuite.at -o $@.tmp
        mv $@.tmp $@