blob: 5612ff20289567a4b14300edc658428d291fee74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
DODIFF_getrpcent := 1
|