]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/Makefile
netlink: reduce the default debugging levels
[FreeBSD/FreeBSD.git] / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE= tests
4
5 TESTSDIR= ${TESTSBASE}
6
7 ${PACKAGE}FILES+=               README __init__.py conftest.py
8
9 KYUAFILE= yes
10
11 SUBDIR+= etc
12 SUBDIR+= examples
13 SUBDIR+= sys
14 SUBDIR+= atf_python
15
16 SUBDIR_PARALLEL=
17
18 afterinstall: install-tests-local
19 install-tests-local: .PHONY
20         ${INSTALL_SYMLINK} -T 'package=tests' \
21             ../local/tests ${DESTDIR}${TESTSDIR}/local
22
23 .include "Makefile.inc0"
24 .include <bsd.test.mk>