summaryrefslogtreecommitdiff
path: root/tests/local.mk
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-01-30 09:05:10 +0100
committerAkim Demaille <akim.demaille@gmail.com>2021-01-30 09:06:36 +0100
commitde93a0728b59fe81e8972aca08812f033fd9069b (patch)
treedb4af75683ecb00fac1fd3a337e8cea690b5b510 /tests/local.mk
parent689b1849837075c20254df6bfbb5e7a7da1bc6a5 (diff)
downloadbison-de93a0728b59fe81e8972aca08812f033fd9069b.tar.gz
tests: run the main test suite on "make check"
Automake appears to not recognize "check-local" when it is not a isolated target. Fixes 77a8b84fc8bbe39dc231a1f657fd56a50fac5855. * tests/local.mk (check-local): Make it visible to Automake.
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 56eac3cc..3efc69d8 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -114,8 +114,10 @@ recheck: $(RUN_TESTSUITE_deps)
-e 'eof && /^(\d+).*: FAILED/ && print "$$1 "' \
%D%/testsuite.dir/*/testsuite.log)
+check-local: check-tests
+
.PHONY: check-tests
-check-local check-tests: $(RUN_TESTSUITE_deps)
+check-tests: $(RUN_TESTSUITE_deps)
$(RUN_TESTSUITE)
# Run the test suite on the *installed* tree.