mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
mk/tests.mk: document 'check' and 'installcheck' in 'make help'
This commit is contained in:
parent
4f496150eb
commit
1e6faa7d06
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue