From e65912f8b2a6fa966b1ba45360070cf9f25568b4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 28 Oct 2016 18:43:57 +0200 Subject: rework most tests to work as standalone package --- test/math/Makefile.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'test/math') diff --git a/test/math/Makefile.in b/test/math/Makefile.in index 3874001..3e60445 100644 --- a/test/math/Makefile.in +++ b/test/math/Makefile.in @@ -1,4 +1,4 @@ -# uClibc math tests +# uClibc-ng math tests # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # libm-test.c is a generated file used by the tests internally so skip it @@ -10,12 +10,6 @@ ifeq ($(UCLIBC_HAS_LONG_DOUBLE_MATH),) TESTS_DISABLED += test-ldouble test-ildoubl compile_test c99_test CFLAGS_basic-test := -DNO_LONG_DOUBLE endif -ifeq ($(DO_C99_MATH),) -TESTS_DISABLED += test-float test-ifloat test-double test-idouble rint signgam ilogb -endif -ifeq ($(UCLIBC_HAS_FPU),) -TESTS_DISABLED += test-fpucw -endif DODIFF_rint := 1 DODIFF_signgam := 1 -- cgit v1.2.3