mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
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>
This commit is contained in:
parent
178c0e48c3
commit
07db3f5523
@ -325,8 +325,7 @@ libm-tests-for-type = $(foreach f,$(libm-test-funcs-all),\
|
|||||||
|
|
||||||
libm-tests.o = $(addsuffix .o,$(libm-tests))
|
libm-tests.o = $(addsuffix .o,$(libm-tests))
|
||||||
|
|
||||||
tests += $(filter-out $(libm-tests-compat),$(libm-tests))
|
tests += $(libm-tests)
|
||||||
tests-internal += $(libm-tests-compat)
|
|
||||||
generated += $(addsuffix .c,$(libm-tests)) \
|
generated += $(addsuffix .c,$(libm-tests)) \
|
||||||
$(foreach t,$(test-types),libm-test-support-$(t).c)
|
$(foreach t,$(test-types),libm-test-support-$(t).c)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user