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