]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/usr.sbin/dtrace/tests/Makefile
Update llvm, clang, lld and lldb to release_39 branch r288513.
[FreeBSD/FreeBSD.git] / cddl / usr.sbin / dtrace / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 TESTS_SUBDIRS+= common
6
7 .PATH:          ${SRCTOP}/tests
8 KYUAFILE=       yes
9
10 .PATH:          ${.CURDIR}/tools
11 SCRIPTSDIR=     ${TESTSDIR}
12 SCRIPTS=        dtest.sh
13
14 .include <bsd.test.mk>