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

Pointed out by:	markj
This commit is contained in:
Mariusz Zaborski 2019-06-09 22:45:07 +00:00
parent ff0e7938f2
commit 39d51a9400
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348841

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>