diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-04-25 16:51:30 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-04-25 16:51:30 +0000 |
commit | 9eceda7e58d5afa87ff22c108cb938000ad02ba4 (patch) | |
tree | 272d3cc325b4864d0fb51107e040dc08a80d4b3c | |
parent | 68d83b84c349d7d060a7b1fb9979360f515afb56 (diff) |
Fix rpc test Makefile
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
-rw-r--r-- | test/rpc/Makefile | 4 |
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 |