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:
@@ -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>
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
TESTSDIR= ${TESTSBASE}/sys/arch
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
Reference in New Issue
Block a user