Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 15:13:50 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298744 - head/usr.sbin/extattr/tests
Message-ID:  <201604281513.u3SFDos4069463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Thu Apr 28 15:13:50 2016
New Revision: 298744
URL: https://svnweb.freebsd.org/changeset/base/298744

Log:
  Add PACKAGE fields to usr.sbin/extattr/tests/Makefile
  
  usr.sbin/extattr/tests/Makefile
  	Add boiler plate required by 298107 but omitted by 298483.  These
  	two changes passed through CR in parallel.  I think this should get
  	the full test suite running in Jenkins again.
  
  MFC after:	22 days
  X-MFC-with:	298483
  Sponsored by:	Spectra Logic Corp

Modified:
  head/usr.sbin/extattr/tests/Makefile

Modified: head/usr.sbin/extattr/tests/Makefile
==============================================================================
--- head/usr.sbin/extattr/tests/Makefile	Thu Apr 28 13:27:12 2016	(r298743)
+++ head/usr.sbin/extattr/tests/Makefile	Thu Apr 28 15:13:50 2016	(r298744)
@@ -1,5 +1,9 @@
 # $FreeBSD$
 
+PACKAGE=       tests
+FILESGROUPS=   TESTS
+TESTSPACKAGE=  ${PACKAGE}
+
 ATF_TESTS_SH=	extattr_test
 
 .include <bsd.test.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604281513.u3SFDos4069463>