Merge pull request #5321 from trofi/document-check-targets

mk/tests.mk: document 'check' and 'installcheck' in 'make help'
This commit is contained in:
Eelco Dolstra 2021-10-04 11:11:05 +02:00 committed by GitHub
commit 172b7f266c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,3 +13,7 @@ define run-install-test
endef
.PHONY: check installcheck
print-top-help += \
echo " check: Run unit tests"; \
echo " installcheck: Run functional tests";