From 3e31d0bb6057b6d6a369dcd7082ba0180f520a82 Mon Sep 17 00:00:00 2001 From: kre Date: Mon, 24 Dec 2018 05:06:45 +0000 Subject: [PATCH] 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). --- tests/lib/libnvmm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib/libnvmm/Makefile b/tests/lib/libnvmm/Makefile index cf09ae873acd..49bb669f6cfb 100644 --- a/tests/lib/libnvmm/Makefile +++ b/tests/lib/libnvmm/Makefile @@ -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 -.if ${MACHINE} == "amd64" TESTSDIR= ${TESTSBASE}/lib/libnvmm @@ -12,6 +11,7 @@ LDADD+= -lnvmm BINDIR= ${TESTSDIR} +.if ${MACHINE} == "amd64" # Mem Assist TESTS_SH= t_mem_assist PROGS= h_mem_assist