xref: /freebsd/tests/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE= tests
2
3TESTSDIR= ${TESTSBASE}
4
5${PACKAGE}FILES+=		README __init__.py conftest.py
6
7KYUAFILE= yes
8
9SUBDIR+= etc
10SUBDIR+= examples
11SUBDIR+= include
12SUBDIR+= sys
13SUBDIR+= atf_python
14
15SUBDIR_PARALLEL=
16
17afterinstall: install-tests-local
18install-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>
24