diff options
author | ngie <ngie@FreeBSD.org> | 2015-11-09 07:41:28 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-11-09 07:41:28 +0000 |
commit | 316d77b2bcfdafc80a6e816c45fe832e1da0d72e (patch) | |
tree | 4071e89c08c46058c2df2a934db15a17030b3b4d /lib/libc | |
parent | 0fae38c7aacd895ceb2c8281bf9feb43b6e6b6d1 (diff) | |
download | FreeBSD-src-316d77b2bcfdafc80a6e816c45fe832e1da0d72e.zip FreeBSD-src-316d77b2bcfdafc80a6e816c45fe832e1da0d72e.tar.gz |
MFC r290177:
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
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/tests/Makefile b/lib/libc/tests/Makefile index ad523aa..bf5bf25 100644 --- a/lib/libc/tests/Makefile +++ b/lib/libc/tests/Makefile @@ -13,6 +13,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 |