freebsd-dev/tests/Makefile
Julio Merino aa11ae4768 Install a symlink from /usr/tests/local to /usr/local/tests.
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
2014-02-16 04:11:40 +00:00

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>