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 | 4f8eabac69f6477b83276e583dcdf91c17f6cf0f (patch) | |
| tree | 4bb4bf8c154abcf46a6dc73609ca0b8cd151f455 /README.org | |
| parent | 12c2cb141fcfd7ec14e04ce59e6294ffea4e2df9 (diff) | |
| download | dotemacs-4f8eabac69f6477b83276e583dcdf91c17f6cf0f.tar.gz dotemacs-4f8eabac69f6477b83276e583dcdf91c17f6cf0f.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
@@ -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 |
