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).
This commit is contained in:
kre 2018-12-24 05:06:45 +00:00
parent 15936e4a5d
commit 3e31d0bb60

View File

@ -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 @@ LDADD+= -lnvmm
BINDIR= ${TESTSDIR}
.if ${MACHINE} == "amd64"
# Mem Assist
TESTS_SH= t_mem_assist
PROGS= h_mem_assist