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 | d9d7c7b03e1382834e23a8fa39824e1f076f8b04 (patch) | |
| tree | 3638ab1f7eb94fc62e7a3d72e28bc4f1b5e8bb5c /README.org | |
| parent | 89aae5ebe8d3edb45609bc2698d99a479ec89cdd (diff) | |
| download | dotemacs-d9d7c7b03e1382834e23a8fa39824e1f076f8b04.tar.gz dotemacs-d9d7c7b03e1382834e23a8fa39824e1f076f8b04.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 |
