svn commit: r295181 - projects/release-pkg/lib/libc/tests/gen/posix_spawn

Glen Barber gjb at FreeBSD.org
Wed Feb 3 01:08:53 UTC 2016


Author: gjb
Date: Wed Feb  3 01:08:51 2016
New Revision: 295181
URL: https://svnweb.freebsd.org/changeset/base/295181

Log:
  Fix another 'tests' packaging error.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-pkg/lib/libc/tests/gen/posix_spawn/Makefile

Modified: projects/release-pkg/lib/libc/tests/gen/posix_spawn/Makefile
==============================================================================
--- projects/release-pkg/lib/libc/tests/gen/posix_spawn/Makefile	Wed Feb  3 00:51:38 2016	(r295180)
+++ projects/release-pkg/lib/libc/tests/gen/posix_spawn/Makefile	Wed Feb  3 01:08:51 2016	(r295181)
@@ -2,6 +2,10 @@
 
 .include <bsd.own.mk>
 
+PACKAGE=	tests
+FILESGROUPS=	TESTS
+TESTSPACKAGE=	${PACKAGE}
+
 BINDIR=		${TESTSDIR}
 
 NETBSD_ATF_TESTS_C=	fileactions_test


More information about the svn-src-projects mailing list