[PATCH] newlib: libm: integrate tests subdir
Corinna Vinschen
vinschen@redhat.com
Wed Mar 16 07:31:35 GMT 2022
On Mar 13 22:49, Mike Frysinger wrote:
> Integrate the old libm/test/ subdir into the main build. It hasn't
> been used in a long time causing the code to rot a bit. I've fixed
> some of those, but it still fails for many ports, so it's disabled
> by default. People who want to take a closer look can run:
> $ make libm/test/test
> ---
> newlib/Makefile.am | 2 +
> newlib/Makefile.in | 395 +++++++++++++++++++++++++++++++++-
> newlib/libm/Makefile.inc | 1 +
> newlib/libm/test/Makefile.in | 202 -----------------
> newlib/libm/test/Makefile.inc | 85 ++++++++
> newlib/libm/test/math.c | 6 -
> newlib/libm/test/test.h | 5 +
> newlib/libm/test/test_is.c | 1 -
> 8 files changed, 479 insertions(+), 218 deletions(-)
> delete mode 100644 newlib/libm/test/Makefile.in
> create mode 100644 newlib/libm/test/Makefile.inc
Thanks, please push.
Corinna
More information about the Newlib
mailing list