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