diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-03-04 15:55:38 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-03-04 15:55:38 -0800 |
commit | 2752f3381b013df24752488488a4cc6e4716fd95 (patch) | |
tree | 4b8367f6aef904ae1496566d6de327b67d4fb129 /sunrpc/Makefile | |
parent | 2cfe32bc05b11b0dc633cd04f48f47734faf2399 (diff) | |
download | glibc-2752f3381b013df24752488488a4cc6e4716fd95.tar.gz glibc-2752f3381b013df24752488488a4cc6e4716fd95.tar.xz glibc-2752f3381b013df24752488488a4cc6e4716fd95.zip |
Split rpcent tests out of tst-netdb.
Diffstat (limited to 'sunrpc/Makefile')
-rw-r--r-- | sunrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index c29f4a96b8..60caa0a273 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -96,7 +96,7 @@ rpcgen-objs = rpc_main.o rpc_hout.o rpc_cout.o rpc_parse.o \ extra-objs = $(rpcgen-objs) $(addprefix cross-,$(rpcgen-objs)) others += rpcgen -tests = tst-xdrmem tst-xdrmem2 +tests = tst-xdrmem tst-xdrmem2 test-rpcent xtests := tst-getmyaddr ifeq ($(have-thread-library),yes) |