test/sys/arch: Fix arch without test/sys/arch/${MACHINE_ARCH}

Fixes:		0ddaa4c86d ("arm64: Add arm64 SVE tests")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu
2026-04-09 23:49:56 +08:00
parent 0dd9c4abf0
commit 8672683ec8
2 changed files with 4 additions and 4 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
TESTSDIR= ${TESTSBASE}/sys/arch
.if exists(${.CURDIR}/${MACHINE_ARCH})
SUBDIR+= ${MACHINE_ARCH}
TESTS_SUBDIRS+= ${MACHINE_ARCH}
.endif
.include <bsd.subdir.mk>
.include <bsd.test.mk>
-2
View File
@@ -1,3 +1 @@
TESTSDIR= ${TESTSBASE}/sys/arch
.include "../Makefile.inc"