aboutsummaryrefslogblamecommitdiff
path: root/tests/Makefile
blob: b406b8dc6c17136d1ed74807753406c195a7f69e (plain) (tree)
1
2
3
4
5
6
7





                      
                                                              




             
                   









                                                      
# $FreeBSD$

PACKAGE= tests

TESTSDIR= ${TESTSBASE}

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

KYUAFILE= yes

SUBDIR+= etc
SUBDIR+= sys
SUBDIR+= atf_python

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>