浏览代码

Fix rpc test Makefile

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Carmelo Amoroso 16 年之前
父节点
当前提交
9eceda7e58
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      test/rpc/Makefile

+ 4 - 0
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