summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-03-06 13:38:23 +0000
committerjmmv <jmmv@FreeBSD.org>2014-03-06 13:38:23 +0000
commit6c6bd8779dcf8b7954b8454e219761f902e602ac (patch)
tree258f8f9963bb2ea4713371218113d414a3f30b5a /tests
parentdbd9b172758e6cbbe361e1a975e564c7ef08fd3a (diff)
downloadFreeBSD-src-6c6bd8779dcf8b7954b8454e219761f902e602ac.zip
FreeBSD-src-6c6bd8779dcf8b7954b8454e219761f902e602ac.tar.gz
Install a symlink from /usr/tests/local to /usr/local/tests.
This is a MFC of r261959 and r261978.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index ba81cac..89da82d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -7,4 +7,8 @@ SUBDIR= sys
TESTSDIR= ${TESTSBASE}
KYUAFILE= yes
+afterinstall: install-tests-local
+install-tests-local: .PHONY
+ ${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
+
.include <bsd.test.mk>
OpenPOWER on IntegriCloud