diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-19 22:02:47 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-19 22:02:47 -0700 |
commit | de54b33a3df1de0a2fd0197bec9ab9397298d39a (patch) | |
tree | 19e52378a06af618c06ab8bce0c862accf1197e0 /debug/Makefile | |
parent | 88481c163885767a6617823314802aa772271804 (diff) | |
download | glibc-de54b33a3df1de0a2fd0197bec9ab9397298d39a.zip glibc-de54b33a3df1de0a2fd0197bec9ab9397298d39a.tar.gz glibc-de54b33a3df1de0a2fd0197bec9ab9397298d39a.tar.bz2 |
Add debug IFUNC tests
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) |