svn commit: r295182 - in projects/release-pkg/lib: libthr/tests/dlopen/dso tests

Glen Barber gjb at FreeBSD.org
Wed Feb 3 01:22:04 UTC 2016


Author: gjb
Date: Wed Feb  3 01:22:02 2016
New Revision: 295182
URL: https://svnweb.freebsd.org/changeset/base/295182

Log:
  More 'tests' bug fixes.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/release-pkg/lib/libthr/tests/dlopen/dso/Makefile
  projects/release-pkg/lib/tests/Makefile

Modified: projects/release-pkg/lib/libthr/tests/dlopen/dso/Makefile
==============================================================================
--- projects/release-pkg/lib/libthr/tests/dlopen/dso/Makefile	Wed Feb  3 01:08:51 2016	(r295181)
+++ projects/release-pkg/lib/libthr/tests/dlopen/dso/Makefile	Wed Feb  3 01:22:02 2016	(r295182)
@@ -1,5 +1,9 @@
 # $FreeBSD$
 
+PACKAGE=	tests
+FILESGROUPS=	TESTS
+TESTSPACKAGE=	${PACKAGE}
+
 OBJTOP=		${.OBJDIR:H:H:H:H:H}
 TESTSRC=	${SRCTOP}/contrib/netbsd-tests/lib/libpthread/dlopen/dso
 

Modified: projects/release-pkg/lib/tests/Makefile
==============================================================================
--- projects/release-pkg/lib/tests/Makefile	Wed Feb  3 01:08:51 2016	(r295181)
+++ projects/release-pkg/lib/tests/Makefile	Wed Feb  3 01:22:02 2016	(r295182)
@@ -3,6 +3,10 @@
 .include <bsd.own.mk>
 
 PACKAGE=	tests
+FILESGROUPS=	TESTS
+TESTSPACKAGE=	${PACKAGE}
+TESTS+=		Kyuafile
+
 .PATH:		${SRCTOP}/tests
 KYUAFILE=	yes
 


More information about the svn-src-projects mailing list