From 4f8eabac69f6477b83276e583dcdf91c17f6cf0f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 10 May 2026 14:08:38 -0500 Subject: docs: update test and coverage documentation --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.org') 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 -- cgit v1.2.3