]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/Makefile
tests/arp: test arp -s/-S work
[FreeBSD/FreeBSD.git] / tests / Makefile
1
2 PACKAGE= tests
3
4 TESTSDIR= ${TESTSBASE}
5
6 ${PACKAGE}FILES+=               README __init__.py conftest.py
7
8 KYUAFILE= yes
9
10 SUBDIR+= etc
11 SUBDIR+= examples
12 SUBDIR+= include
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>