diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-10 14:08:38 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-10 14:08:38 -0500 |
| commit | c66ae2b769e9f9c6457b2a83261e32a243384765 (patch) | |
| tree | 31f401c6471ae3b0010a769edd99e7ae54e37902 /README.org | |
| parent | cae277554295b2519b466a3df7d8652499c08c87 (diff) | |
| download | dotemacs-c66ae2b769e9f9c6457b2a83261e32a243384765.tar.gz dotemacs-c66ae2b769e9f9c6457b2a83261e32a243384765.zip | |
docs: update test and coverage documentation
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 3 |
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 |
