aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-10-30 03:28:00 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-10-30 03:28:00 +0000
commitebfe174ea83f47caabfd73dbd078ed7952a4a766 (patch)
tree97c8befe5333826a86e6a8a841d3287ae07b5630 /lib/libc
parentc26ee519d1a75d7484c321c4c62d6f7743323052 (diff)
downloadsrc-ebfe174ea83f47caabfd73dbd078ed7952a4a766.tar.gz
src-ebfe174ea83f47caabfd73dbd078ed7952a4a766.zip
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
Notes
Notes: svn path=/head/; revision=290177
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/tests/Makefile b/lib/libc/tests/Makefile
index 2e9715183649..e6ddc153b520 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