From: Florian Weimer Date: Tue, 9 Mar 2021 20:07:24 +0000 (+0100) Subject: math: $(libm-tests-compat) can be regular tests X-Git-Tag: glibc-2.34~861 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07db3f552376bce3bcbf785ec67ea03a7f82017a;p=thirdparty%2Fglibc.git math: $(libm-tests-compat) can be regular tests tests-internal is no longer needed because compat_symbol_reference now works in regular tests. Reviewed-by: Adhemerval Zanella --- diff --git a/math/Makefile b/math/Makefile index 687aa5d510b..2978abf5262 100644 --- a/math/Makefile +++ b/math/Makefile @@ -325,8 +325,7 @@ libm-tests-for-type = $(foreach f,$(libm-test-funcs-all),\ libm-tests.o = $(addsuffix .o,$(libm-tests)) -tests += $(filter-out $(libm-tests-compat),$(libm-tests)) -tests-internal += $(libm-tests-compat) +tests += $(libm-tests) generated += $(addsuffix .c,$(libm-tests)) \ $(foreach t,$(test-types),libm-test-support-$(t).c)