about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-19 22:04:19 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-10-19 22:10:16 -0700
commit69f07e5fd1a68cc2d2363394fdab3882b83082b2 (patch)
tree91df535409e7db31748deb668da0535f843e6fae /string/Makefile
parentde54b33a3df1de0a2fd0197bec9ab9397298d39a (diff)
downloadglibc-69f07e5fd1a68cc2d2363394fdab3882b83082b2.tar.gz
glibc-69f07e5fd1a68cc2d2363394fdab3882b83082b2.tar.xz
glibc-69f07e5fd1a68cc2d2363394fdab3882b83082b2.zip
Add string IFUNC tests
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/string/Makefile b/string/Makefile
index 8d1db744f7..54eae7072f 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -58,6 +58,8 @@ tests		:= tester inl-tester noinl-tester testcopy test-ffs	\
 		   bug-envz1 tst-strxfrm2 tst-endian tst-svc2		\
 		   tst-strtok_r
 
+tests-ifunc := $(strop-tests:%=test-%-ifunc)
+tests += $(tests-ifunc)
 
 include ../Rules