1 2PACKAGE= tests 3 4TESTSDIR= ${TESTSBASE} 5 6${PACKAGE}FILES+= README __init__.py conftest.py 7 8KYUAFILE= yes 9 10SUBDIR+= etc 11SUBDIR+= examples 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