aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-04-21 21:39:25 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-04-21 21:39:25 +0000
commit38f0b757fd84d17d0fc24739a7cda160c4516d81 (patch)
tree891f0c9897443605b2f8f8e0659b0124e71f8c7f /secure/libexec
parent236b00df63662264e8ee6d785e14e413740c9ad9 (diff)
Notes
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/Makefile4
-rw-r--r--secure/libexec/tests/Makefile10
2 files changed, 14 insertions, 0 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile
index 0c680e4d7b9a..9edc8e66c197 100644
--- a/secure/libexec/Makefile
+++ b/secure/libexec/Makefile
@@ -7,4 +7,8 @@ SUBDIR=
SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
.endif
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
.include <bsd.subdir.mk>
diff --git a/secure/libexec/tests/Makefile b/secure/libexec/tests/Makefile
new file mode 100644
index 000000000000..6debef892a59
--- /dev/null
+++ b/secure/libexec/tests/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/secure/libexec
+
+.PATH: ${.CURDIR:H:H:H}/tests
+KYUAFILE= yes
+
+.include <bsd.test.mk>