about summary refs log tree commit diff
path: root/math
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-03-09 21:07:24 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-03-09 21:07:24 +0100
commit07db3f552376bce3bcbf785ec67ea03a7f82017a (patch)
tree79d69daabd54bf3e301aa02ebcdf1dc9dd2dd102 /math
parent178c0e48c3c0c65a93185b4b90bb87c4dec14dc9 (diff)
downloadglibc-07db3f552376bce3bcbf785ec67ea03a7f82017a.tar.gz
glibc-07db3f552376bce3bcbf785ec67ea03a7f82017a.tar.xz
glibc-07db3f552376bce3bcbf785ec67ea03a7f82017a.zip
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  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
1 files changed, 1 insertions, 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)