File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2026-04-21 Mats Lidell <matsl@gnu.org>
2+
3+ * Makefile (COVERAGE_TESTSPEC): Use test= for specifying the test selector
4+ to be used when running coverage check. Defaults to t.
5+
162026-04-16 Mats Lidell <matsl@gnu.org>
27
38* test/hyrolo-tests.el (hyrolo-tests--tab-through-matches): Verifies
Original file line number Diff line number Diff line change @@ -728,12 +728,12 @@ docker-clean:
728728# coverage for the specified file.
729729#
730730# Usage:
731- # make coverage file=<file> testspec =<testspec>
731+ # make coverage file=<file> test =<testspec>
732732
733733# Specify file to inspect for coverage while running tests given by testspec
734734COVERAGE_FILE = ${file}
735- ifeq ($(origin testspec ) , command line)
736- COVERAGE_TESTSPEC = ${testspec }
735+ ifeq ($(origin test ) , command line)
736+ COVERAGE_TESTSPEC = ${test }
737737else
738738COVERAGE_TESTSPEC = t
739739endif
You can’t perform that action at this time.
0 commit comments