]> git.saurik.com Git - bison.git/blobdiff - tests/Makefile.am
(END_NODE): New macro.
[bison.git] / tests / Makefile.am
index 85a853b139730a4cb143cd8a61cc7499f28a0b09..c6bf2feddb00af76a4844763b76660cd81324cb3 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 \
@@ -61,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)