aboutsummaryrefslogtreecommitdiff
path: root/libflash/test/Makefile.check
diff options
context:
space:
mode:
Diffstat (limited to 'libflash/test/Makefile.check')
-rw-r--r--libflash/test/Makefile.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/libflash/test/Makefile.check b/libflash/test/Makefile.check
index 8385e8a..5d32a41 100644
--- a/libflash/test/Makefile.check
+++ b/libflash/test/Makefile.check
@@ -1,6 +1,8 @@
# -*-Makefile-*-
LIBFLASH_TEST := libflash/test/test-flash
+LCOV_EXCLUDE += $(LIBFLASH_TEST:%=%.c)
+
check: $(LIBFLASH_TEST:%=%-check) $(CORE_TEST:%=%-gcov-run)
coverage: $(LIBFLASH_TEST:%=%-gcov-run)