about summary refs log tree commit diff
path: root/debug/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-19 22:02:47 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-10-19 22:02:47 -0700
commitde54b33a3df1de0a2fd0197bec9ab9397298d39a (patch)
tree19e52378a06af618c06ab8bce0c862accf1197e0 /debug/Makefile
parent88481c163885767a6617823314802aa772271804 (diff)
downloadglibc-de54b33a3df1de0a2fd0197bec9ab9397298d39a.tar.gz
glibc-de54b33a3df1de0a2fd0197bec9ab9397298d39a.tar.xz
glibc-de54b33a3df1de0a2fd0197bec9ab9397298d39a.zip
Add debug IFUNC tests
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile
index ae5b674a96..04dd79981a 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)