[Midnightbsd-cvs] src [10455] trunk/gnu/usr.bin/Makefile: add tests

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 6 19:44:31 EDT 2018


Revision: 10455
          http://svnweb.midnightbsd.org/src/?rev=10455
Author:   laffer1
Date:     2018-06-06 19:44:31 -0400 (Wed, 06 Jun 2018)
Log Message:
-----------
add tests

Modified Paths:
--------------
    trunk/gnu/usr.bin/Makefile

Modified: trunk/gnu/usr.bin/Makefile
===================================================================
--- trunk/gnu/usr.bin/Makefile	2018-06-06 23:42:51 UTC (rev 10454)
+++ trunk/gnu/usr.bin/Makefile	2018-06-06 23:44:31 UTC (rev 10455)
@@ -13,6 +13,7 @@
 	grep \
 	${_rcs} \
 	sort \
+	${_tests} \
 	${_texinfo}
 
 SUBDIR_DEPEND_gdb=	${_binutils}
@@ -37,6 +38,10 @@
 _rcs=		rcs
 .endif
 
+.if ${MK_TESTS} != "no"
+_tests=		tests
+.endif
+
 .if ${MK_BINUTILS} != "no"
 _binutils=	binutils
 .endif



More information about the Midnightbsd-cvs mailing list