]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/Makefile
if_bnxt: update hsi_struct_def.h headers
[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+= sys
13 SUBDIR+= atf_python
14
15 SUBDIR_PARALLEL=
16
17 afterinstall: install-tests-local
18 install-tests-local: .PHONY
19         ${INSTALL_SYMLINK} -T 'package=tests' \
20             ../local/tests ${DESTDIR}${TESTSDIR}/local
21
22 .include "Makefile.inc0"
23 .include <bsd.test.mk>