summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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