[PATCH] math: $(libm-tests-compat) can be regular tests
Florian Weimer
fweimer@redhat.com
Thu Mar 4 16:04:23 GMT 2021
tests-internal is no longer needed because compat_symbol_reference
now works in regular tests.
---
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)
More information about the Libc-alpha
mailing list