aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-10 14:08:38 -0500
committerCraig Jennings <c@cjennings.net>2026-05-10 14:08:38 -0500
commit019b4800fd120fa291bc45366028c901f26476de (patch)
tree4bb4bf8c154abcf46a6dc73609ca0b8cd151f455 /README.org
parentba89c781fc24429a99c1f00e11468fc2f549a8c3 (diff)
downloaddotemacs-019b4800fd120fa291bc45366028c901f26476de.tar.gz
dotemacs-019b4800fd120fa291bc45366028c901f26476de.zip
docs: update test and coverage documentation
Diffstat (limited to 'README.org')
-rw-r--r--README.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.org b/README.org
index 9cb8ab4f3..989ef948c 100644
--- a/README.org
+++ b/README.org
@@ -74,8 +74,9 @@ Makefile targets:
#+begin_src bash
make # Show all targets
make test # Run all ERT tests
-make test-file FILE=tests/test-foo.el # One test file
+make test-file FILE=test-foo.el # One test file
make test-name TEST=pattern # Match by test name
+make coverage # Generate .coverage/simplecov.json
make validate-parens # Check for unbalanced parens in modules
make validate-modules # Load all modules to verify they compile
make compile # Byte-compile modules