Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libm add __TEST_FENV



details:   https://anonhg.NetBSD.org/src/rev/d94013f86b00
branches:  trunk
changeset: 342446:d94013f86b00
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 22 14:27:51 2015 +0000

description:
add __TEST_FENV

diffstat:

 tests/lib/libm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4b5bb53912dd -r d94013f86b00 tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile   Tue Dec 22 14:25:58 2015 +0000
+++ b/tests/lib/libm/Makefile   Tue Dec 22 14:27:51 2015 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index