blob: 8ea93480092a895ceb364f5d42712799353146bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# uClibc rpc tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS := getrpcent
ifeq ($(UCLIBC_HAS_REENTRANT_RPC),y)
TESTS += getrpcent_r
endif
include ../Test.mak
DODIFF_getrpcent := 1
|