summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2013-12-29 12:30:06 +0000
committerjmmv <jmmv@FreeBSD.org>2013-12-29 12:30:06 +0000
commit908cb17891aa83b8eea1a8b01d59548b58a36b44 (patch)
tree1128bd086ee22e2d3e8b1ab064a5f151727f8d4e /share/examples/Makefile
parent5b37933bb72730397999bcb56cd09eb1dd2d7567 (diff)
downloadFreeBSD-src-908cb17891aa83b8eea1a8b01d59548b58a36b44.zip
FreeBSD-src-908cb17891aa83b8eea1a8b01d59548b58a36b44.tar.gz
Add sample test programs.
This is a MFC of the following into stable/10: - r258299 Add some sample test programs. - r258552 Generate plain sh test programs from a source file. As usual, "make tinderbox" clean on ref10-amd64.
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index 18ceee1..70eadc1 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -249,4 +249,8 @@ SUBDIR+=pf
.endif
.endif
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud