Author: ngie
Date: Fri Oct 30 03:28:00 2015
New Revision: 290177
URL: https://svnweb.freebsd.org/changeset/base/290177

Log:
  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
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/etc/mtree/BSD.tests.dist
  head/lib/libc/tests/Makefile

Modified: head/etc/mtree/BSD.tests.dist
==============================================================================
--- head/etc/mtree/BSD.tests.dist       Fri Oct 30 01:19:04 2015        
(r290176)
+++ head/etc/mtree/BSD.tests.dist       Fri Oct 30 03:28:00 2015        
(r290177)
@@ -275,6 +275,8 @@
                 data
                 ..
             ..
+            rpc
+            ..
             ssp
             ..
             stdio

Modified: head/lib/libc/tests/Makefile
==============================================================================
--- head/lib/libc/tests/Makefile        Fri Oct 30 01:19:04 2015        
(r290176)
+++ head/lib/libc/tests/Makefile        Fri Oct 30 03:28:00 2015        
(r290177)
@@ -11,6 +11,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-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to