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>
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to