mk/tests.mk: document 'check' and 'installcheck' in 'make help'

This commit is contained in:
Sergei Trofimovich 2021-10-02 11:09:30 +01:00
parent 4f496150eb
commit 1e6faa7d06
1 changed files with 4 additions and 0 deletions

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";