From ebfe174ea83f47caabfd73dbd078ed7952a4a766 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 30 Oct 2015 03:28:00 +0000 Subject: [PATCH] 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 --- etc/mtree/BSD.tests.dist | 2 ++ lib/libc/tests/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index 0c74b13c30e..8cdc2fc2345 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -275,6 +275,8 @@ data .. .. + rpc + .. ssp .. stdio diff --git a/lib/libc/tests/Makefile b/lib/libc/tests/Makefile index 2e971518364..e6ddc153b52 100644 --- a/lib/libc/tests/Makefile +++ b/lib/libc/tests/Makefile @@ -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