svn commit: r298870 - user/ngie/release-pkg-fix-tests/share/mk

Garrett Cooper ngie at FreeBSD.org
Sat Apr 30 23:42:47 UTC 2016


Author: ngie
Date: Sat Apr 30 23:42:46 2016
New Revision: 298870
URL: https://svnweb.freebsd.org/changeset/base/298870

Log:
  Move FILESGROUPS appending from suite.test.mk to bsd.test.mk
  
  PACKAGE is being set explicitly, so group all of the "assumptions" in one place

Modified:
  user/ngie/release-pkg-fix-tests/share/mk/bsd.test.mk
  user/ngie/release-pkg-fix-tests/share/mk/suite.test.mk

Modified: user/ngie/release-pkg-fix-tests/share/mk/bsd.test.mk
==============================================================================
--- user/ngie/release-pkg-fix-tests/share/mk/bsd.test.mk	Sat Apr 30 23:39:10 2016	(r298869)
+++ user/ngie/release-pkg-fix-tests/share/mk/bsd.test.mk	Sat Apr 30 23:42:46 2016	(r298870)
@@ -15,6 +15,8 @@ LOCALBASE?=	/usr/local
 
 # Tests install directory
 TESTSDIR?=	${TESTSBASE}/${RELDIR:H}
+
+FILESGROUPS+=	TESTS
 PACKAGE=	tests
 
 # List of subdirectories containing tests into which to recurse.  This has the

Modified: user/ngie/release-pkg-fix-tests/share/mk/suite.test.mk
==============================================================================
--- user/ngie/release-pkg-fix-tests/share/mk/suite.test.mk	Sat Apr 30 23:39:10 2016	(r298869)
+++ user/ngie/release-pkg-fix-tests/share/mk/suite.test.mk	Sat Apr 30 23:42:46 2016	(r298870)
@@ -46,7 +46,6 @@ KYUAFILE?= auto
 #TEST_METADATA.<test-program>+= key="value"
 
 .if ${KYUAFILE:tl} != "no"
-FILESGROUPS+=	TESTS
 TESTS+=		Kyuafile
 .endif
 


More information about the svn-src-user mailing list