Module Name: src Committed By: christos Date: Tue Dec 22 14:27:51 UTC 2015
Modified Files: src/tests/lib/libm: Makefile Log Message: add __TEST_FENV To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/tests/lib/libm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/lib/libm/Makefile diff -u src/tests/lib/libm/Makefile:1.35 src/tests/lib/libm/Makefile:1.36 --- src/tests/lib/libm/Makefile:1.35 Tue Dec 22 09:20:59 2015 +++ src/tests/lib/libm/Makefile Tue Dec 22 09:27:51 2015 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2015/12/22 14:20:59 christos Exp $ +# $NetBSD: Makefile,v 1.36 2015/12/22 14:27:51 christos Exp $ .include <bsd.own.mk> @@ -8,6 +8,7 @@ TESTSDIR= ${TESTSBASE}/lib/libm COPTS+= -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i .endif +CPPFLAGS.t_fenv.c+= -D__TEST_FENV CPPFLAGS.t_fmod.c+= -I${.CURDIR}/../libc/gen TESTS_C+= t_acos