1 2 3 4 5 6 7
TESTSDIR= ${TESTSBASE}/sys/arch .if exists(${.CURDIR}/${MACHINE_ARCH}) TESTS_SUBDIRS+= ${MACHINE_ARCH} .endif .include <bsd.test.mk>