summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.rules2
-rw-r--r--test/build.mk2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index d4f9823e9c..bd26637b11 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -459,7 +459,7 @@ build/coverage/initial-%.info:
build/coverage/%.info: run-coverage-%
$(call quiet,lcov,COV )
-.PHONY: coverage
+.PHONY: coverage test-coverage
coverage: TEST_FLAG=TEST_COVERAGE=y
coverage: $(cov-test-targets) $(cov-initial-targets)
$(call quiet,merge_cov,MERGE )
diff --git a/test/build.mk b/test/build.mk
index 61865009f6..e695654b18 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -125,6 +125,8 @@ cov-dont-test += fpsensor_crypto
cov-dont-test += fpsensor_state
# version: Only works in a chroot.
cov-dont-test += version
+# interrupt: The test often times out if enabled for coverage.
+cov-dont-test += interrupt
cov-test-list-host = $(filter-out $(cov-dont-test), $(test-list-host))
accel_cal-y=accel_cal.o