Hook up installboot(8) tests on sparc64
authorkn <kn@openbsd.org>
Thu, 1 Sep 2022 00:13:35 +0000 (00:13 +0000)
committerkn <kn@openbsd.org>
Thu, 1 Sep 2022 00:13:35 +0000 (00:13 +0000)
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.

regress/usr.sbin/Makefile

index d51bf16..015e48d 100644 (file)
@@ -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