# $FreeBSD$ .include TESTS_SUBDIRS+= common .if ${MACHINE_CPUARCH} == "i386" TESTS_SUBDIRS+= i386 .endif .if ${MACHINE_CPUARCH} == "amd64" TESTS_SUBDIRS+= amd64 .endif .PATH: ${SRCTOP}/tests KYUAFILE= yes .PATH: ${.CURDIR}/tools SCRIPTSDIR= ${TESTSDIR} SCRIPTS= dtest.sh .include