svn commit: r351862 - in head/sbin/pfctl/tests: . files

Emmanuel Vadot manu at FreeBSD.org
Thu Sep 5 14:19:07 UTC 2019


Author: manu
Date: Thu Sep  5 14:19:06 2019
New Revision: 351862
URL: https://svnweb.freebsd.org/changeset/base/351862

Log:
  pkgbase: pfctl: tests: Put tests files in the FreeBSD-tests package
  
  Reviewed by:	kp, gjb
  Differential Revision:	https://reviews.freebsd.org/D21521

Modified:
  head/sbin/pfctl/tests/Makefile
  head/sbin/pfctl/tests/files/Makefile

Modified: head/sbin/pfctl/tests/Makefile
==============================================================================
--- head/sbin/pfctl/tests/Makefile	Thu Sep  5 14:18:13 2019	(r351861)
+++ head/sbin/pfctl/tests/Makefile	Thu Sep  5 14:19:06 2019	(r351862)
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+PACKAGE=	tests
+
 ATF_TESTS_SH=	pfctl_test \
 		macro
 

Modified: head/sbin/pfctl/tests/files/Makefile
==============================================================================
--- head/sbin/pfctl/tests/files/Makefile	Thu Sep  5 14:18:13 2019	(r351861)
+++ head/sbin/pfctl/tests/files/Makefile	Thu Sep  5 14:19:06 2019	(r351862)
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+PACKAGE=	tests
+
 TESTSDIR=	${TESTSBASE}/sbin/pfctl/files
 BINDIR=		${TESTSDIR}
 


More information about the svn-src-head mailing list