From 07db3f552376bce3bcbf785ec67ea03a7f82017a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 9 Mar 2021 21:07:24 +0100 Subject: [PATCH] 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 --- math/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/math/Makefile b/math/Makefile index 687aa5d510..2978abf526 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)