Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/gen Don't build ldexp tests on vax



details:   https://anonhg.NetBSD.org/src/rev/2ab87354811b
branches:  trunk
changeset: 760149:2ab87354811b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Dec 28 17:33:58 2010 +0000

description:
Don't build ldexp tests on vax

diffstat:

 tests/lib/libc/gen/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r eaa68eefdc16 -r 2ab87354811b tests/lib/libc/gen/Makefile
--- a/tests/lib/libc/gen/Makefile       Tue Dec 28 16:57:00 2010 +0000
+++ b/tests/lib/libc/gen/Makefile       Tue Dec 28 17:33:58 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/12/28 16:57:00 pgoyette Exp $
+# $NetBSD: Makefile,v 1.9 2010/12/28 17:33:58 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -9,7 +9,6 @@
 TESTS_C+=      t_fmtcheck
 TESTS_C+=      t_glob_star
 TESTS_C+=      t_humanize_number
-TESTS_C+=      t_ldexp
 TESTS_C+=      t_rbstress
 TESTS_C+=      t_syslog_pthread
 TESTS_C+=      t_vis
@@ -22,6 +21,10 @@
 TESTS_C+=      t_siginfo
 .endif
 
+.if (${MACHINE_ARCH} != "vax")
+TESTS_C+=      ldexp
+.endif
+
 LDADD.t_syslog_pthread+=-lpthread
 
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index