aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-02-16 04:11:40 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-02-16 04:11:40 +0000
commitaa11ae4768eb27cdec5ca24ac46abdd55c8b8e73 (patch)
tree2106d1f303973b5d539f193f444046fb77c64602 /tests
parenta41679c945652e0631c4b0fb97b29c2ee2084f2f (diff)
Notes
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 ba81cacc702bd..00aaffd18fd22 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 ${TESTSDIR}/local
+
.include <bsd.test.mk>