aboutsummaryrefslogtreecommitdiff
path: root/libc/test/Makefile.check
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/Makefile.check')
-rw-r--r--libc/test/Makefile.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/test/Makefile.check b/libc/test/Makefile.check
index 18bc3b4..d4efaf3 100644
--- a/libc/test/Makefile.check
+++ b/libc/test/Makefile.check
@@ -1,6 +1,8 @@
# -*-Makefile-*-
LIBC_TEST := libc/test/run-time
+LCOV_EXCLUDE += $(LIBC_TEST:%=%.c)
+
check: $(LIBC_TEST:%=%-check)
coverage: $(LIBC_TEST:%=%-gcov-run)