diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-03-09 21:07:24 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-03-09 21:07:24 +0100 |
commit | 07db3f552376bce3bcbf785ec67ea03a7f82017a (patch) | |
tree | 79d69daabd54bf3e301aa02ebcdf1dc9dd2dd102 /math | |
parent | 178c0e48c3c0c65a93185b4b90bb87c4dec14dc9 (diff) | |
download | glibc-07db3f552376bce3bcbf785ec67ea03a7f82017a.tar glibc-07db3f552376bce3bcbf785ec67ea03a7f82017a.tar.gz glibc-07db3f552376bce3bcbf785ec67ea03a7f82017a.tar.bz2 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/Makefile | 3 |
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) |