svn commit: branches/uClibc-nptl/test/rpc

sjhill at uclibc.org sjhill at uclibc.org
Thu Nov 29 04:46:43 UTC 2007


Author: sjhill
Date: 2007-11-28 20:46:42 -0800 (Wed, 28 Nov 2007)
New Revision: 20572

Log:
Inclusion of the 'Test.mak' must come after all TESTS definitions.


Modified:
   branches/uClibc-nptl/test/rpc/Makefile


Changeset:
Modified: branches/uClibc-nptl/test/rpc/Makefile
===================================================================
--- branches/uClibc-nptl/test/rpc/Makefile	2007-11-29 04:34:21 UTC (rev 20571)
+++ branches/uClibc-nptl/test/rpc/Makefile	2007-11-29 04:46:42 UTC (rev 20572)
@@ -1,12 +1,12 @@
 # uClibc rpc tests
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 
-TESTS := getrpcent
+TESTS := getrpcent getrpcent_r
 
-include ../Test.mak
-
 ifeq ($(UCLIBC_HAS_REENTRANT_RPC),y)
 TESTS += getrpcent_r
 endif
 
+include ../Test.mak
+
 DODIFF_getrpcent := 1




More information about the uClibc-cvs mailing list