]> sourceware.org Git - newlib-cygwin.git/commit
newlib: libm: integrate tests subdir
authorMike Frysinger <vapier@gentoo.org>
Mon, 14 Mar 2022 02:28:25 +0000 (22:28 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Mar 2022 02:01:19 +0000 (22:01 -0400)
commitfb42151a18a9727931f4298075d1e7a829ac2191
tree092903041111f85d2d4103a39bf88cb22fd41d08
parent958833a0d3287bfdd4960a3e72cd11980bb9ca42
newlib: libm: integrate tests subdir

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
newlib/Makefile.in
newlib/libm/Makefile.inc
newlib/libm/test/Makefile.in [deleted file]
newlib/libm/test/Makefile.inc [new file with mode: 0644]
newlib/libm/test/math.c
newlib/libm/test/test.h
newlib/libm/test/test_is.c
This page took 0.031195 seconds and 5 git commands to generate.