summaryrefslogtreecommitdiff
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
commit4e409231f9e1d6cb01406109e46338898c26b467 (patch)
tree3638ab1f7eb94fc62e7a3d72e28bc4f1b5e8bb5c /README.org
parenta3101405b2c4ce28780f01c04d9b1cfd7c404c4f (diff)
downloaddotemacs-4e409231f9e1d6cb01406109e46338898c26b467.tar.gz
dotemacs-4e409231f9e1d6cb01406109e46338898c26b467.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 9cb8ab4f..989ef948 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