[Midnightbsd-cvs] src [11852] trunk/games/Makefile: add tests

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 13 08:42:35 EDT 2018


Revision: 11852
          http://svnweb.midnightbsd.org/src/?rev=11852
Author:   laffer1
Date:     2018-07-13 08:42:34 -0400 (Fri, 13 Jul 2018)
Log Message:
-----------
add tests

Modified Paths:
--------------
    trunk/games/Makefile

Modified: trunk/games/Makefile
===================================================================
--- trunk/games/Makefile	2018-07-13 12:40:19 UTC (rev 11851)
+++ trunk/games/Makefile	2018-07-13 12:42:34 UTC (rev 11852)
@@ -1,7 +1,8 @@
 #	@(#)Makefile	8.2 (Berkeley) 3/31/94
-# $FreeBSD: src/games/Makefile,v 1.20 2002/10/20 11:18:56 markm Exp $
-# $MidnightBSD: src/games/Makefile,v 1.18 2009/04/12 01:39:37 laffer1 Exp $
+# $MidnightBSD$
 
+.include <bsd.own.mk>
+
 SUBDIR= \
 	arithmetic \
 	atc \
@@ -33,6 +34,11 @@
 	wargames \
 	worm \
 	worms \
-	wump
+	wump \
+	${_tests}
 
+.if ${MK_TESTS} != "no"
+_tests=	tests
+.endif
+
 .include <bsd.subdir.mk>



More information about the Midnightbsd-cvs mailing list