diff options
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile index ae5b674..04dd799 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -126,6 +126,9 @@ tests = backtrace-tst tst-longjmp_chk tst-chk1 tst-chk2 tst-chk3 \ tst-chk4 tst-chk5 tst-chk6 tst-lfschk4 tst-lfschk5 tst-lfschk6 \ tst-longjmp_chk2 +tests-ifunc := $(stpcpy_chk strcpy_chk:%=test-%-ifunc) +tests += $(tests-ifunc) + extra-libs = libSegFault libpcprofile extra-libs-others = $(extra-libs) |