OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / test / math / Makefile.in
1 # uClibc math tests
2 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
3
4 # libm-test.c is a generated file used by the tests internally so skip it
5 TESTS_DISABLED := libm-test
6
7 # gamma (removed from TESTS, need to add "small errors are ok" machinery there)
8 TESTS_DISABLED += gamma
9 ifeq ($(UCLIBC_HAS_LONG_DOUBLE_MATH),)
10 TESTS_DISABLED += test-ldouble test-ildoubl compile_test c99_test
11 CFLAGS_basic-test := -DNO_LONG_DOUBLE
12 endif
13 ifeq ($(DO_C99_MATH),)
14 TESTS_DISABLED += test-float test-ifloat test-double test-idouble rint signgam ilogb
15 endif
16 ifeq ($(UCLIBC_HAS_FPU),)
17 TESTS_DISABLED += test-fpucw
18 endif
19
20 DODIFF_rint     := 1
21 DODIFF_signgam  := 1
22
23 # NOTE: For basic-test we must disable the floating point optimization.
24 #       Only for sh architecture because in the other architecture are disabled.
25 ifeq ($(TARGET_ARCH),sh)
26 CFLAGS_basic-test += -mieee
27 endif
28 EXTRA_CFLAGS    := -fno-builtin
29 EXTRA_LDFLAGS   := -lm
30
31 PERL := /usr/bin/perl
32
33 MDEPS := $(wildcard test-*.c)
34 $(MDEPS): libm-test.c
35
36 ULP_SUFFIX :=
37 ifeq ($(TARGET_ARCH),mips)
38 ULP_SUFFIX:=$(if $(CONFIG_MIPS_ISA_MIPS64R1)$(CONFIG_MIPS_ISA_MIPS64R2),64,32)
39 endif
40
41 TARGET_ULP := $(if $(wildcard libm-test-ulps-$(TARGET_ARCH)$(ULP_SUFFIX)),$(TARGET_ARCH)$(ULP_SUFFIX),generic)
42
43 libm-test.c: libm-test-ulps-$(TARGET_ULP) libm-test.inc gen-libm-test.pl
44         $(Q)$(PERL) ./gen-libm-test.pl -u libm-test-ulps-$(TARGET_ULP) ./libm-test.inc -o "." 2>&1 > /dev/null
45
46 EXTRA_CLEAN := libm-test.c libm-test-ulps.h