svn commit: r313487 - in stable/10: etc/mtree lib/libpam/libpam lib/libpam/libpam/tests

Ngie Cooper ngie at FreeBSD.org
Thu Feb 9 22:14:18 UTC 2017


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>


More information about the svn-src-all mailing list