Author: ngie
Date: Mon Nov  9 07:41:28 2015
New Revision: 290584
URL: https://svnweb.freebsd.org/changeset/base/290584

Log:
  MFC r290177:
  
  Integrate contrib/netbsd-tests/lib/libc/rpc into the FreeBSD test suite
  as lib/libc/rpc
  
  This testcase requires rpcbind be up in running; otherwise the testcases
  will time out and be skipped
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  stable/10/etc/mtree/BSD.tests.dist
  stable/10/lib/libc/tests/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/mtree/BSD.tests.dist
==============================================================================
--- stable/10/etc/mtree/BSD.tests.dist  Mon Nov  9 07:36:55 2015        
(r290583)
+++ stable/10/etc/mtree/BSD.tests.dist  Mon Nov  9 07:41:28 2015        
(r290584)
@@ -109,6 +109,8 @@
                 data
                 ..
             ..
+            rpc
+            ..
             ssp
             ..
             stdio

Modified: stable/10/lib/libc/tests/Makefile
==============================================================================
--- stable/10/lib/libc/tests/Makefile   Mon Nov  9 07:36:55 2015        
(r290583)
+++ stable/10/lib/libc/tests/Makefile   Mon Nov  9 07:41:28 2015        
(r290584)
@@ -13,6 +13,7 @@ TESTS_SUBDIRS+=       hash
 TESTS_SUBDIRS+=        inet
 TESTS_SUBDIRS+=        net
 TESTS_SUBDIRS+=        regex
+TESTS_SUBDIRS+=        rpc
 TESTS_SUBDIRS+=        stdio
 TESTS_SUBDIRS+=        stdlib
 TESTS_SUBDIRS+=        string
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to