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
This commit is contained in:
Enji Cooper 2015-10-30 03:28:00 +00:00
parent c26ee519d1
commit ebfe174ea8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290177
2 changed files with 3 additions and 0 deletions

View File

@ -275,6 +275,8 @@
data
..
..
rpc
..
ssp
..
stdio

View File

@ -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