]> git.saurik.com Git - bison.git/blobdiff - tests/Makefile.am
(END_NODE): New macro.
[bison.git] / tests / Makefile.am
index 960d658672ed25cb7ce5a45f6892c1d163428849..c6bf2feddb00af76a4844763b76660cd81324cb3 100644 (file)
@@ -55,7 +55,6 @@ 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 $@
 
@@ -63,7 +62,7 @@ atconfig: $(top_builddir)/config.status
        cd $(top_builddir) && ./config.status tests/$@
 
 clean-local:
-       $(SHELL) $(TESTSUITE) --clean
+       test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --clean
 
 check-local: atconfig atlocal $(TESTSUITE)
        $(SHELL) $(TESTSUITE)