mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00: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))
|
||||
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user