From 9eceda7e58d5afa87ff22c108cb938000ad02ba4 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Fri, 25 Apr 2008 16:51:30 +0000 Subject: Fix rpc test Makefile Signed-off-by: Carmelo Amoroso --- test/rpc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/rpc/Makefile b/test/rpc/Makefile index fa5c5240b..8ea934800 100644 --- a/test/rpc/Makefile +++ b/test/rpc/Makefile @@ -3,6 +3,10 @@ TESTS := getrpcent +ifeq ($(UCLIBC_HAS_REENTRANT_RPC),y) +TESTS += getrpcent_r +endif + include ../Test.mak DODIFF_getrpcent := 1 -- cgit v1.2.3