summaryrefslogtreecommitdiff
path: root/tests/Makefile
blob: 451d55498a261a0deed84541c02f1dfa9ed0e10f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.include <src.opts.mk>

PACKAGE= tests

TESTSDIR= ${TESTSBASE}

${PACKAGE}FILES+=		README __init__.py conftest.py

KYUAFILE= yes

SUBDIR+= etc
SUBDIR+= examples
SUBDIR+= include
SUBDIR+= sys
SUBDIR+= atf_python
.if ${MK_CDDL} != "no"
SUBDIR+= oclo
.endif

SUBDIR_PARALLEL=

afterinstall: install-tests-local
install-tests-local: .PHONY
	${INSTALL_SYMLINK} -T 'package=tests' \
	    ../local/tests ${DESTDIR}${TESTSDIR}/local

.include "Makefile.inc0"
.include <bsd.test.mk>