From 99ef2719fb3d703fe38c4113cd7f5adec516dd3a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 28 Oct 2016 20:29:21 +0200 Subject: test: remove test suite The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step. --- test/math/Makefile.in | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 test/math/Makefile.in (limited to 'test/math/Makefile.in') diff --git a/test/math/Makefile.in b/test/math/Makefile.in deleted file mode 100644 index 387400151..000000000 --- a/test/math/Makefile.in +++ /dev/null @@ -1,46 +0,0 @@ -# uClibc 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 -TESTS_DISABLED := libm-test - -# gamma (removed from TESTS, need to add "small errors are ok" machinery there) -TESTS_DISABLED += gamma -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 - -# NOTE: For basic-test we must disable the floating point optimization. -# Only for sh architecture because in the other architecture are disabled. -ifeq ($(TARGET_ARCH),sh) -CFLAGS_basic-test += -mieee -endif -EXTRA_CFLAGS := -fno-builtin -EXTRA_LDFLAGS := -lm - -PERL := perl - -MDEPS := $(wildcard test-*.c) -$(MDEPS): libm-test.c - -ULP_SUFFIX := -ifeq ($(TARGET_ARCH),mips) -ULP_SUFFIX:=$(if $(CONFIG_MIPS_N64_ABI),64,32) -endif - -TARGET_ULP := $(if $(wildcard libm-test-ulps-$(TARGET_ARCH)$(ULP_SUFFIX)),$(TARGET_ARCH)$(ULP_SUFFIX),generic) - -libm-test.c: libm-test-ulps-$(TARGET_ULP) libm-test.inc gen-libm-test.pl - $(Q)$(PERL) ./gen-libm-test.pl -u libm-test-ulps-$(TARGET_ULP) ./libm-test.inc -o "." 2>&1 > /dev/null - -EXTRA_CLEAN := libm-test.c libm-test-ulps.h -- cgit v1.2.3