svn commit: trunk/uClibc/test/malloc

vapier at uclibc.org vapier at uclibc.org
Tue Feb 14 02:58:42 UTC 2006


Author: vapier
Date: 2006-02-13 18:58:41 -0800 (Mon, 13 Feb 2006)
New Revision: 13976

Log:
just use := instead of =

Modified:
   trunk/uClibc/test/malloc/Makefile


Changeset:
Modified: trunk/uClibc/test/malloc/Makefile
===================================================================
--- trunk/uClibc/test/malloc/Makefile	2006-02-14 02:56:16 UTC (rev 13975)
+++ trunk/uClibc/test/malloc/Makefile	2006-02-14 02:58:41 UTC (rev 13976)
@@ -1,7 +1,7 @@
 # uClibc malloc tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS = malloc mallocbug realloc0 testmalloc
+TESTS := malloc mallocbug realloc0 testmalloc
 #time_malloc
 
 include ../Test.mak




More information about the uClibc-cvs mailing list