aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5e35a4cc..3b5d9024 100644
--- a/Makefile
+++ b/Makefile
@@ -228,8 +228,9 @@ COVERAGE_DIR = .coverage
COVERAGE_FILE = $(COVERAGE_DIR)/simplecov.json
# Test files that can't coexist with undercover's instrumentation
-# (e.g. test-all-comp-errors byte-compiles modules, which fails on
-# instrumented sources). Excluded from `make coverage' only.
+# (test-all-comp-errors byte-compiles modules, which fails on instrumented
+# sources; test-lorem-optimum-benchmark's wall-clock assertions fail when
+# instrumentation slows execution). Excluded from `make coverage' only.
COVERAGE_EXCLUDE = \
$(TEST_DIR)/test-all-comp-errors.el \
$(TEST_DIR)/test-lorem-optimum-benchmark.el