From fb42151a18a9727931f4298075d1e7a829ac2191 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Mar 2022 22:28:25 -0400 Subject: 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'newlib/Makefile.am') diff --git a/newlib/Makefile.am b/newlib/Makefile.am index 910894f..16c10f4 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -6,8 +6,10 @@ ACLOCAL_AMFLAGS = -I . -I .. -I ../config # Variables that will accumulate in subdirs. CLEANFILES = EXTRA_DIST = +EXTRA_PROGRAMS = PHONY = SUFFIXES = +check_PROGRAMS = info_TEXINFOS = noinst_DATA = INSTALL_DATA_LOCAL = -- cgit v1.1