1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

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

(cherry picked from commit 1e6faa7d06)
This commit is contained in:
Sergei Trofimovich 2021-10-02 11:09:30 +01:00 committed by John Ericson
parent 6e595ff55f
commit c239a1652e

View file

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