summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-11-29 04:46:42 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-11-29 04:46:42 +0000
commit47a431960efd4b05dc0545b2379fe9f570d4d51f (patch)
treefddb4983b5a08bc37e10664a6e348c47a82e9d17
parentd345fbdd8085ab275fb7be846c9b21d45045531d (diff)
downloaduClibc-alpine-47a431960efd4b05dc0545b2379fe9f570d4d51f.tar.bz2
uClibc-alpine-47a431960efd4b05dc0545b2379fe9f570d4d51f.tar.xz
Inclusion of the 'Test.mak' must come after all TESTS definitions.
-rw-r--r--test/rpc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/rpc/Makefile b/test/rpc/Makefile
index 06021e2cd..6c8047598 100644
--- a/test/rpc/Makefile
+++ b/test/rpc/Makefile
@@ -1,12 +1,12 @@
# uClibc rpc tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
-TESTS := getrpcent
-
-include ../Test.mak
+TESTS := getrpcent getrpcent_r
ifeq ($(UCLIBC_HAS_REENTRANT_RPC),y)
TESTS += getrpcent_r
endif
+include ../Test.mak
+
DODIFF_getrpcent := 1