Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2017 22:14:17 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r313487 - in stable/10: etc/mtree lib/libpam/libpam lib/libpam/libpam/tests
Message-ID:  <201702092214.v19MEHHN093368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Feb  9 22:14:17 2017
New Revision: 313487
URL: https://svnweb.freebsd.org/changeset/base/313487

Log:
  MFC r274138,r274149:
  
  r274138 (by des):
  
  Hook up OpenPAM's own unit tests to the build.
  
  r274149 (by markj):
  
  Create a directory for the PAM tests.

Added:
  stable/10/lib/libpam/libpam/tests/
     - copied from r274138, head/lib/libpam/libpam/tests/
Modified:
  stable/10/etc/mtree/BSD.tests.dist
  stable/10/lib/libpam/libpam/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/mtree/BSD.tests.dist
==============================================================================
--- stable/10/etc/mtree/BSD.tests.dist	Thu Feb  9 22:04:56 2017	(r313486)
+++ stable/10/etc/mtree/BSD.tests.dist	Thu Feb  9 22:14:17 2017	(r313487)
@@ -310,6 +310,8 @@
         ..
         libnv
         ..
+        libpam
+        ..
         librt
         ..
         libthr

Modified: stable/10/lib/libpam/libpam/Makefile
==============================================================================
--- stable/10/lib/libpam/libpam/Makefile	Thu Feb  9 22:04:56 2017	(r313486)
+++ stable/10/lib/libpam/libpam/Makefile	Thu Feb  9 22:14:17 2017	(r313487)
@@ -198,4 +198,8 @@ DPSRCS=		openpam_static.c
 INCS=		${HEADERS} ${ADD_HEADERS}
 INCSDIR=	${INCLUDEDIR}/security
 
+.if ${MK_TESTS} != "no"
+SUBDIR+=        tests
+.endif
+
 .include <bsd.lib.mk>



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