Add the llvm-cov and llvm-profdata tools, when WITH_CLANG_EXTRAS is
[freebsd.git] / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= sys
6
7 TESTSDIR= ${TESTSBASE}
8 KYUAFILE= yes
9
10 afterinstall: install-tests-local
11 install-tests-local: .PHONY
12         ${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
13
14 .include <bsd.test.mk>