X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bb1c50d88b1032fc5f4c338a4038b4c5e8fe0de6..ab96bb245789d1c24a68d637d48ffab889be3152:/tests/local.mk?ds=sidebyside diff --git a/tests/local.mk b/tests/local.mk index 7bc8b789..8311f266 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,6 +1,6 @@ ## Makefile for Bison testsuite. -# Copyright (C) 2000-2013 Free Software Foundation, Inc. +# Copyright (C) 2000-2014 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -53,6 +53,7 @@ TESTSUITE_AT = \ tests/headers.at \ tests/input.at \ tests/java.at \ + tests/javapush.at \ tests/local.at \ tests/named-refs.at \ tests/output.at \ @@ -63,7 +64,8 @@ TESTSUITE_AT = \ tests/sets.at \ tests/skeletons.at \ tests/synclines.at \ - tests/torture.at + tests/torture.at \ + tests/types.at TESTSUITE = $(top_srcdir)/tests/testsuite @@ -83,7 +85,7 @@ $(TESTSUITE): $(TESTSUITE_AT) # Move into tests/ so that testsuite.dir etc. be created there. RUN_TESTSUITE = $(TESTSUITE) -C tests $(TESTSUITEFLAGS) check_SCRIPTS = $(BISON) tests/atconfig tests/atlocal -RUN_TESTSUITE_deps = $(TESTSUITE) $(check_SCRIPTS) +RUN_TESTSUITE_deps = all $(TESTSUITE) $(check_SCRIPTS) clean-local: clean-local-tests clean-local-tests: @@ -124,3 +126,6 @@ maintainer-push-check: maintainer-xml-check: $(MAKE) $(AM_MAKEFLAGS) maintainer-check \ TESTSUITEFLAGS='BISON_TEST_XML=1 $(TESTSUITEFLAGS)' + +.PHONY: maintainer-release-check +maintainer-release-check: maintainer-check maintainer-push-check maintainer-xml-check