aboutsummaryrefslogtreecommitdiff
path: root/CLAUDE.md
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
commit4f8eabac69f6477b83276e583dcdf91c17f6cf0f (patch)
tree4bb4bf8c154abcf46a6dc73609ca0b8cd151f455 /CLAUDE.md
parent12c2cb141fcfd7ec14e04ce59e6294ffea4e2df9 (diff)
downloaddotemacs-4f8eabac69f6477b83276e583dcdf91c17f6cf0f.tar.gz
dotemacs-4f8eabac69f6477b83276e583dcdf91c17f6cf0f.zip
docs: update test and coverage documentation
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 022acb1f..e0f97b1b 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -19,8 +19,9 @@ Craig's personal Emacs configuration. Pure Elisp, organized as modules loaded fr
```bash
make # Show all targets
make test # Run all tests
-make test-file FILE=tests/test-foo.el # One file
+make test-file FILE=test-foo.el # One file
make test-name TEST=pattern # Match test names
+make coverage # Generate .coverage/simplecov.json
make validate-parens # Balanced parens in modules
make validate-modules # Load all modules to verify they compile
make compile # Byte-compile (writes .elc)