xref: /freebsd/tests/Makefile (revision 4140012f83690e9ed9b31d87c16e4f698332e24c)
1.include <src.opts.mk>
2
3PACKAGE= tests
4
5TESTSDIR= ${TESTSBASE}
6
7${PACKAGE}FILES+=		README __init__.py conftest.py
8
9KYUAFILE= yes
10
11SUBDIR+= etc
12SUBDIR+= examples
13SUBDIR+= include
14SUBDIR+= sys
15SUBDIR+= atf_python
16.if ${MK_CDDL} != "no"
17SUBDIR+= oclo
18.endif
19
20SUBDIR_PARALLEL=
21
22afterinstall: install-tests-local
23install-tests-local: .PHONY
24	${INSTALL_SYMLINK} -T 'package=tests' \
25	    ../local/tests ${DESTDIR}${TESTSDIR}/local
26
27.include "Makefile.inc0"
28.include <bsd.test.mk>
29