Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libnvmm Keep infrastructure setup and only exclude...



details:   https://anonhg.NetBSD.org/src/rev/9737579c9cc6
branches:  trunk
changeset: 446886:9737579c9cc6
user:      kre <kre%NetBSD.org@localhost>
date:      Mon Dec 24 05:06:45 2018 +0000

description:
Keep infrastructure setup and only exclude test for non-amd64 case.
Should be final nail in coffin of non-amd64 build failures (ie: Atffile
should get installed where it belongs rather than the root dir).

diffstat:

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

diffs (22 lines):

diff -r 70168354cea7 -r 9737579c9cc6 tests/lib/libnvmm/Makefile
--- a/tests/lib/libnvmm/Makefile        Mon Dec 24 02:58:39 2018 +0000
+++ b/tests/lib/libnvmm/Makefile        Mon Dec 24 05:06:45 2018 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2018/12/23 16:40:16 jakllsch Exp $
+# $NetBSD: Makefile,v 1.4 2018/12/24 05:06:45 kre Exp $
 
 NOMAN= # defined
 
 .include <bsd.own.mk>
-.if ${MACHINE} == "amd64"
 
 TESTSDIR=      ${TESTSBASE}/lib/libnvmm
 
@@ -12,6 +11,7 @@
 
 BINDIR=         ${TESTSDIR}
 
+.if ${MACHINE} == "amd64"
 # Mem Assist
 TESTS_SH=              t_mem_assist
 PROGS=                 h_mem_assist



Home | Main Index | Thread Index | Old Index