summaryrefslogtreecommitdiff
path: root/libc/debug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/debug/Makefile')
-rw-r--r--libc/debug/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/debug/Makefile b/libc/debug/Makefile
index 0f86d9b0b..77767e5fc 100644
--- a/libc/debug/Makefile
+++ b/libc/debug/Makefile
@@ -148,6 +148,9 @@ ifeq (yy,$(OPTION_EGLIBC_LOCALE_CODE)$(OPTION_EGLIBC_CXX_TESTS))
tests += tst-chk4 tst-chk5 tst-chk6 tst-lfschk4 tst-lfschk5 tst-lfschk6
endif
+tests-ifunc := $(stpcpy_chk strcpy_chk:%=test-%-ifunc)
+tests += $(tests-ifunc)
+
extra-libs = libSegFault libpcprofile
extra-libs-others = $(extra-libs)