svn commit: r299043 - in user/ngie/release-pkg-fix-tests: libexec/atf/atf-sh/tests share/examples/tests/tests/atf share/examples/tests/tests/plain tests/etc

Garrett Cooper ngie at FreeBSD.org
Wed May 4 06:01:53 UTC 2016


Author: ngie
Date: Wed May  4 06:01:52 2016
New Revision: 299043
URL: https://svnweb.freebsd.org/changeset/base/299043

Log:
  Reap TESTSPACKAGE definitions and associated Kyuafile definitions
  
  The former is covered in bsd.test.mk, the latter is covered in suite.test.mk

Modified:
  user/ngie/release-pkg-fix-tests/libexec/atf/atf-sh/tests/Makefile
  user/ngie/release-pkg-fix-tests/share/examples/tests/tests/atf/Makefile
  user/ngie/release-pkg-fix-tests/share/examples/tests/tests/plain/Makefile
  user/ngie/release-pkg-fix-tests/tests/etc/Makefile

Modified: user/ngie/release-pkg-fix-tests/libexec/atf/atf-sh/tests/Makefile
==============================================================================
--- user/ngie/release-pkg-fix-tests/libexec/atf/atf-sh/tests/Makefile	Wed May  4 03:14:34 2016	(r299042)
+++ user/ngie/release-pkg-fix-tests/libexec/atf/atf-sh/tests/Makefile	Wed May  4 06:01:52 2016	(r299043)
@@ -2,12 +2,6 @@
 
 .include <bsd.init.mk>
 
-FILESGROUPS=	FILES
-PACKAGE=	tests
-FILESGROUPS+=	TESTS
-TESTSPACKAGE=	${PACKAGE}
-TESTS+=		Kyuafile
-
 ATF=		${SRCTOP}/contrib/atf
 .PATH:		${ATF}/atf-sh
 

Modified: user/ngie/release-pkg-fix-tests/share/examples/tests/tests/atf/Makefile
==============================================================================
--- user/ngie/release-pkg-fix-tests/share/examples/tests/tests/atf/Makefile	Wed May  4 03:14:34 2016	(r299042)
+++ user/ngie/release-pkg-fix-tests/share/examples/tests/tests/atf/Makefile	Wed May  4 06:01:52 2016	(r299043)
@@ -2,12 +2,6 @@
 
 .include <bsd.own.mk>
 
-FILESGROUPS=	FILES
-PACKAGE=	tests
-FILESGROUPS+=	TESTS
-TESTSPACKAGE=	${PACKAGE}
-TESTS+=		Kyuafile
-
 # Directory into which the Kyuafile provided by this directory will be
 # installed.
 #

Modified: user/ngie/release-pkg-fix-tests/share/examples/tests/tests/plain/Makefile
==============================================================================
--- user/ngie/release-pkg-fix-tests/share/examples/tests/tests/plain/Makefile	Wed May  4 03:14:34 2016	(r299042)
+++ user/ngie/release-pkg-fix-tests/share/examples/tests/tests/plain/Makefile	Wed May  4 06:01:52 2016	(r299043)
@@ -2,12 +2,6 @@
 
 .include <bsd.own.mk>
 
-FILESGROUPS=	FILES
-PACKAGE=	tests
-FILESGROUPS+=	TESTS
-TESTSPACKAGE=	${PACKAGE}
-TESTS+=		Kyuafile
-
 # Directory into which the Kyuafile provided by this directory will be
 # installed.
 #

Modified: user/ngie/release-pkg-fix-tests/tests/etc/Makefile
==============================================================================
--- user/ngie/release-pkg-fix-tests/tests/etc/Makefile	Wed May  4 03:14:34 2016	(r299042)
+++ user/ngie/release-pkg-fix-tests/tests/etc/Makefile	Wed May  4 06:01:52 2016	(r299043)
@@ -2,12 +2,6 @@
 
 .include <bsd.own.mk>
 
-FILESGROUPS=	FILES
-PACKAGE=	tests
-FILESGROUPS+=	TESTS
-TESTSPACKAGE=	${PACKAGE}
-TESTS+=		Kyuafile
-
 TESTSDIR=	${TESTSBASE}/etc
 
 .PATH:		${SRCTOP}/tests


More information about the svn-src-user mailing list