DTrace: add a top level makefile to the new test suit

Pointed out by:	markj
This commit is contained in:
oshogbo 2019-06-09 22:45:07 +00:00
parent 68668542b1
commit e01b9b5db1

View File

@ -0,0 +1,9 @@
# $FreeBSD$
TESTSDIR= ${TESTSBASE}/cddl/usr.sbin/dtrace/amd64
TESTS_SUBDIRS+= arrays
.PATH: ${.CURDIR:H:H:H:H:H}/tests
KYUAFILE= YES
.include <bsd.test.mk>