Makefile 222 B

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