diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-28 18:43:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-28 18:43:57 +0200 |
commit | e65912f8b2a6fa966b1ba45360070cf9f25568b4 (patch) | |
tree | 7fd84c87041f86ba24c03cacd0aa0c656ef88d33 /test/math | |
parent | 7988979a722b4cdf287b2093956a76a3f19b9897 (diff) |
rework most tests to work as standalone package
Diffstat (limited to 'test/math')
-rw-r--r-- | test/math/Makefile.in | 8 |
1 files changed, 1 insertions, 7 deletions
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 |