ffe26dcf3f
This is to let Kyua descend into any tests that may have been installed by ports under /usr/local/tests when running the test suite from /usr/tests. Some ports (namely those that build Kyua) already install test programs into /usr/local/tests. Just make sure to select the TEST option while building them. MFC after: 3 days
15 lines
226 B
Makefile
15 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= sys
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
KYUAFILE= yes
|
|
|
|
afterinstall: install-tests-local
|
|
install-tests-local: .PHONY
|
|
${INSTALL_SYMLINK} ../local/tests ${TESTSDIR}/local
|
|
|
|
.include <bsd.test.mk>
|