From: H.J. Lu Date: Fri, 15 Jan 2021 02:39:24 +0000 (-0800) Subject: libmvec: Add extra-test-objs to test-extras X-Git-Tag: glibc-2.33~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ec583d926f9d4744918bd191cc7b8c3a74515a1;p=thirdparty%2Fglibc.git libmvec: Add extra-test-objs to test-extras Add extra-test-objs to test-extras so that they are compiled with -DMODULE_NAME=testsuite instead of -DMODULE_NAME=libc. Reviewed-by: Adhemerval Zanella --- diff --git a/sysdeps/x86_64/fpu/Makefile b/sysdeps/x86_64/fpu/Makefile index a4ff2723a8a..9a4bdd075ce 100644 --- a/sysdeps/x86_64/fpu/Makefile +++ b/sysdeps/x86_64/fpu/Makefile @@ -31,6 +31,12 @@ libmvec-tests += double-vlen2 double-vlen4 double-vlen4-avx2 \ tests += test-double-libmvec-sincos test-double-libmvec-sincos-avx \ test-double-libmvec-sincos-avx2 test-float-libmvec-sincosf \ test-float-libmvec-sincosf-avx test-float-libmvec-sincosf-avx2 +test-extras += test-double-libmvec-sincos-avx-main \ + test-double-libmvec-sincos-avx2-main \ + test-double-libmvec-sincos-main \ + test-float-libmvec-sincosf-avx-main \ + test-float-libmvec-sincosf-avx2-main \ + test-float-libmvec-sincosf-main extra-test-objs += test-double-libmvec-sincos-avx-main.o \ test-double-libmvec-sincos-avx2-main.o \ test-double-libmvec-sincos-main.o \ @@ -66,6 +72,8 @@ ifeq (yes,$(config-cflags-avx512)) libmvec-tests += double-vlen8 float-vlen16 tests += test-double-libmvec-sincos-avx512 \ test-float-libmvec-sincosf-avx512 +test-extras += test-double-libmvec-sincos-avx512-main \ + test-float-libmvec-sincosf-avx512-main extra-test-objs += test-double-libmvec-sincos-avx512-main.o \ test-float-libmvec-sincosf-avx512-main.o