mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
tests: run the main test suite on "make check"
Automake appears to not recognize "check-local" when it is not a
isolated target. Fixes 77a8b84fc8.
* tests/local.mk (check-local): Make it visible to Automake.
This commit is contained in:
@@ -114,8 +114,10 @@ recheck: $(RUN_TESTSUITE_deps)
|
|||||||
-e 'eof && /^(\d+).*: FAILED/ && print "$$1 "' \
|
-e 'eof && /^(\d+).*: FAILED/ && print "$$1 "' \
|
||||||
%D%/testsuite.dir/*/testsuite.log)
|
%D%/testsuite.dir/*/testsuite.log)
|
||||||
|
|
||||||
|
check-local: check-tests
|
||||||
|
|
||||||
.PHONY: check-tests
|
.PHONY: check-tests
|
||||||
check-local check-tests: $(RUN_TESTSUITE_deps)
|
check-tests: $(RUN_TESTSUITE_deps)
|
||||||
$(RUN_TESTSUITE)
|
$(RUN_TESTSUITE)
|
||||||
|
|
||||||
# Run the test suite on the *installed* tree.
|
# Run the test suite on the *installed* tree.
|
||||||
|
|||||||
Reference in New Issue
Block a user