summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
blob: 30b9692c1f490cd292bcb37dc152812b0ec17a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR+= etc
SUBDIR+= sys
SUBDIR_PARALLEL=

TESTSDIR= ${TESTSBASE}
KYUAFILE= yes

FILES+= README
FILESDIR_README= ${TESTSDIR}

afterinstall: install-tests-local
install-tests-local: .PHONY
	${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local

.include <bsd.test.mk>
OpenPOWER on IntegriCloud