mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-02 19:51:25 +00:00
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:
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
|
@ -275,6 +275,8 @@
|
|||
data
|
||||
..
|
||||
..
|
||||
rpc
|
||||
..
|
||||
ssp
|
||||
..
|
||||
stdio
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue