From: kn Date: Thu, 1 Sep 2022 00:13:35 +0000 (+0000) Subject: Hook up installboot(8) tests on sparc64 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=efda2f85484b8139ebba7cb3f4d2d5e0ac34cadd;p=openbsd Hook up installboot(8) tests on sparc64 Default tests (USE_SOFTRAID=Yes, NDISKS='1 2') pass except for '-r mnt', as mentioned (fix pending). USE_SOFTRAID=no and/or NDISKS=1 make '-r mnt' work. --- diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index d51bf16a02e..015e48dbfac 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2022/08/29 18:42:28 kn Exp $ +# $OpenBSD: Makefile,v 1.30 2022/09/01 00:13:35 kn Exp $ SUBDIR += acme-client SUBDIR += arp @@ -20,7 +20,9 @@ SUBDIR += syslogd SUBDIR += vmd .endif -.if ${MACHINE} == "amd64" || ${MACHINE} == "i386" +.if ${MACHINE} == "amd64" || \ + ${MACHINE} == "i386" || \ + ${MACHINE} == "sparc64" SUBDIR += installboot .endif