summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-25 04:13:28 +0000
committerngie <ngie@FreeBSD.org>2015-11-25 04:13:28 +0000
commita39f4bcb9e0fc06e366a19fee8362bde053774c1 (patch)
treea97791b33ed8981b75f02943d870a975c8ceaacd
parent733f91b6ac124f0ab1a8375d9eaa6d7610567443 (diff)
downloadFreeBSD-src-a39f4bcb9e0fc06e366a19fee8362bde053774c1.zip
FreeBSD-src-a39f4bcb9e0fc06e366a19fee8362bde053774c1.tar.gz
Hook sbin/geom/class/tests in to the build
-rw-r--r--sbin/geom/class/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile
index a7ed1b9..8ea22ff 100644
--- a/sbin/geom/class/Makefile
+++ b/sbin/geom/class/Makefile
@@ -21,4 +21,8 @@ SUBDIR+=shsec
SUBDIR+=stripe
SUBDIR+=virstor
+.if ${MK_TESTS} != "no"
+SUBDIR+= tests
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud