1# $FreeBSD$ 2 3PACKAGE= tests 4 5TESTSDIR= ${TESTSBASE} 6 7${PACKAGE}FILES+= README __init__.py conftest.py 8 9KYUAFILE= yes 10 11SUBDIR+= etc 12SUBDIR+= examples 13SUBDIR+= sys 14SUBDIR+= atf_python 15 16SUBDIR_PARALLEL= 17 18afterinstall: install-tests-local 19install-tests-local: .PHONY 20 ${INSTALL_SYMLINK} -T 'package=tests' \ 21 ../local/tests ${DESTDIR}${TESTSDIR}/local 22 23.include "Makefile.inc0" 24.include <bsd.test.mk> 25