2013-10-25 05:25:19 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2016-02-02 22:26:49 +00:00
|
|
|
PACKAGE= tests
|
2013-10-25 05:25:19 +00:00
|
|
|
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
2016-05-04 23:20:53 +00:00
|
|
|
|
|
|
|
${PACKAGE}FILES+= README
|
|
|
|
|
2013-10-25 05:25:19 +00:00
|
|
|
KYUAFILE= yes
|
|
|
|
|
2016-05-04 23:20:53 +00:00
|
|
|
SUBDIR+= etc
|
|
|
|
SUBDIR+= sys
|
|
|
|
|
|
|
|
SUBDIR_PARALLEL=
|
2015-11-20 03:24:04 +00:00
|
|
|
|
2014-02-16 04:11:40 +00:00
|
|
|
afterinstall: install-tests-local
|
|
|
|
install-tests-local: .PHONY
|
2020-01-23 15:59:30 +00:00
|
|
|
${INSTALL_SYMLINK} -T 'package=tests' \
|
|
|
|
../local/tests ${DESTDIR}${TESTSDIR}/local
|
2014-02-16 04:11:40 +00:00
|
|
|
|
2017-08-02 22:24:08 +00:00
|
|
|
.include "Makefile.inc0"
|
2013-10-25 05:25:19 +00:00
|
|
|
.include <bsd.test.mk>
|