svn commit: r348841 - head/cddl/usr.sbin/dtrace/tests/amd64
Mariusz Zaborski
oshogbo at FreeBSD.org
Sun Jun 9 22:45:09 UTC 2019
Author: oshogbo
Date: Sun Jun 9 22:45:07 2019
New Revision: 348841
URL: https://svnweb.freebsd.org/changeset/base/348841
Log:
DTrace: add a top level makefile to the new test suit
Pointed out by: markj
Added:
head/cddl/usr.sbin/dtrace/tests/amd64/Makefile (contents, props changed)
Added: head/cddl/usr.sbin/dtrace/tests/amd64/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/cddl/usr.sbin/dtrace/tests/amd64/Makefile Sun Jun 9 22:45:07 2019 (r348841)
@@ -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>
More information about the svn-src-all
mailing list