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.check3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/test/Makefile.check b/libc/test/Makefile.check
index 5bc60c6..f37fe93 100644
--- a/libc/test/Makefile.check
+++ b/libc/test/Makefile.check
@@ -6,7 +6,8 @@ LIBC_TEST := libc/test/run-time
LIBC_DUALLIB_TEST := libc/test/run-snprintf \
libc/test/run-memops \
- libc/test/run-stdlib
+ libc/test/run-stdlib \
+ libc/test/run-ctype
LCOV_EXCLUDE += $(LIBC_TEST:%=%.c) $(LIBC_DUALLIB_TEST:%=%.c) $(LIBC_DUALLIB_TEST:%=%-test.c)