summaryrefslogtreecommitdiff
path: root/test/malloc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-14 02:58:41 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-14 02:58:41 +0000
commit4790a50914781e6c0dc090c558e2d212d27dce0e (patch)
tree327140213bdc08ddffdc491c6c98345b6748fba8 /test/malloc
parent4697c772ca3809829170c3cbb07938a0e729dfa8 (diff)
just use := instead of =
Diffstat (limited to 'test/malloc')
-rw-r--r--test/malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/malloc/Makefile b/test/malloc/Makefile
index a05b3aae1..62499f2a0 100644
--- a/test/malloc/Makefile
+++ b/test/malloc/Makefile
@@ -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