Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 01:22:03 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r295182 - in projects/release-pkg/lib: libthr/tests/dlopen/dso tests
Message-ID:  <201602030122.u131M37C042594@repo.freebsd.org>

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



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