From 52bb65431f7e3aa66a8bfc86919b0a4bacfe4a54 Mon Sep 17 00:00:00 2001 From: Ondřej Bílka Date: Tue, 26 Nov 2013 12:56:37 +0100 Subject: Remove duplicate ifunc tests. --- string/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'string/Makefile') diff --git a/string/Makefile b/string/Makefile index c2c7d376ec..35135a03e7 100644 --- a/string/Makefile +++ b/string/Makefile @@ -54,9 +54,6 @@ 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) - xtests = tst-strcoll-overflow include ../Rules @@ -69,8 +66,6 @@ tst-strxfrm2-ENV = LOCPATH=$(common-objpfx)localedata bug-strcoll1-ENV = LOCPATH=$(common-objpfx)localedata test-strcasecmp-ENV = LOCPATH=$(common-objpfx)localedata test-strncasecmp-ENV = LOCPATH=$(common-objpfx)localedata -test-strcasecmp-ifunc-ENV = LOCPATH=$(common-objpfx)localedata -test-strncasecmp-ifunc-ENV = LOCPATH=$(common-objpfx)localedata CFLAGS-inl-tester.c = -fno-builtin CFLAGS-noinl-tester.c = -fno-builtin CFLAGS-tst-strlen.c = -fno-builtin -- cgit 1.4.1