diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-11-26 12:56:37 +0100 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-11-26 12:58:28 +0100 |
commit | 52bb65431f7e3aa66a8bfc86919b0a4bacfe4a54 (patch) | |
tree | 7ae7ee7516f054de74268fc35274749f4dbc26d8 /string/Makefile | |
parent | 2787db97ecabaf1209292912b8afd43a78cfb50c (diff) | |
download | glibc-52bb65431f7e3aa66a8bfc86919b0a4bacfe4a54.tar.gz glibc-52bb65431f7e3aa66a8bfc86919b0a4bacfe4a54.tar.xz glibc-52bb65431f7e3aa66a8bfc86919b0a4bacfe4a54.zip |
Remove duplicate ifunc tests.
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
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 |