aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index c011359..341bfdb 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -293,7 +293,8 @@ help:
@echo "Project-root targets (run from project root):"
@echo " make setup - Install all deps via eask"
@echo " make compile - Byte-compile pearl.el"
- @echo " make coverage - Generate simplecov JSON via undercover"
+ @echo " make coverage - Generate simplecov JSON via undercover (+ summary)"
+ @echo " make coverage-summary - Print covered/total + percent from the last report"
@echo ""
@echo "Tagging tests as :slow:"
@echo " (ert-deftest test-foo () :tags '(:slow) ...) — excluded by default"