Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 01:08:51 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r295181 - projects/release-pkg/lib/libc/tests/gen/posix_spawn
Message-ID:  <201602030108.u1318pP7036841@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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