summaryrefslogtreecommitdiffstats
path: root/share/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/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/Makefile')
-rw-r--r--share/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/Makefile b/share/Makefile
index 3e613d6..8ac4750 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -26,6 +26,7 @@ SUBDIR= ${_colldef} \
${_syscons} \
tabset \
termcap \
+ ${_tests} \
${_timedef} \
${_zoneinfo}
@@ -80,6 +81,10 @@ _doc= doc
_syscons= syscons
.endif
+.if ${MK_TESTS} != "no"
+_tests= tests
+.endif
+
.if ${MK_ZONEINFO} != "no"
_zoneinfo= zoneinfo
.endif
OpenPOWER on IntegriCloud