diff options
author | Sergei Trofimovich <slyich@gmail.com> | 2021-10-02 11:09:30 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyich@gmail.com> | 2021-10-02 11:09:55 +0100 |
commit | 1e6faa7d06389b20946038dcdc85f7a1211c628d (patch) | |
tree | 4f611140b860b7322eedc47d4a7e13fb98ec8a86 /mk | |
parent | 4f496150eb4e0012914c11f0a3ff4df2412b1d09 (diff) |
mk/tests.mk: document 'check' and 'installcheck' in 'make help'
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tests.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 21bdc5748..a2e30a378 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -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"; |