summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-04-25 16:51:30 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-04-25 16:51:30 +0000
commit9eceda7e58d5afa87ff22c108cb938000ad02ba4 (patch)
tree272d3cc325b4864d0fb51107e040dc08a80d4b3c /test
parent68d83b84c349d7d060a7b1fb9979360f515afb56 (diff)
Fix rpc test Makefile
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'test')
-rw-r--r--test/rpc/Makefile4
1 files changed, 4 insertions, 0 deletions
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