forked from lix-project/lix
mk/tests.mk: document 'check' and 'installcheck' in 'make help'
This commit is contained in:
parent
4f496150eb
commit
1e6faa7d06
|
@ -13,3 +13,7 @@ define run-install-test
|
||||||
endef
|
endef
|
||||||
|
|
||||||
.PHONY: check installcheck
|
.PHONY: check installcheck
|
||||||
|
|
||||||
|
print-top-help += \
|
||||||
|
echo " check: Run unit tests"; \
|
||||||
|
echo " installcheck: Run functional tests";
|
||||||
|
|
Loading…
Reference in a new issue