[Midnightbsd-cvs] src [10760] trunk/etc/Makefile: add tests

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 9 18:42:48 EDT 2018


Revision: 10760
          http://svnweb.midnightbsd.org/src/?rev=10760
Author:   laffer1
Date:     2018-06-09 18:42:47 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
add tests

Modified Paths:
--------------
    trunk/etc/Makefile

Modified: trunk/etc/Makefile
===================================================================
--- trunk/etc/Makefile	2018-06-09 22:41:23 UTC (rev 10759)
+++ trunk/etc/Makefile	2018-06-09 22:42:47 UTC (rev 10760)
@@ -296,6 +296,9 @@
 		mtree/BSD.var.dist		/var		\
 		mtree/BSD.usr.dist		/usr		\
 		mtree/BSD.include.dist		/usr/include
+.if ${MK_TESTS} != "no"
+MTREES+=	mtree/BSD.tests.dist		${TESTSBASE}
+.endif
 .if ${MK_SENDMAIL} != "no"
 MTREES+=	mtree/BSD.sendmail.dist		/
 .endif



More information about the Midnightbsd-cvs mailing list