diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/malloc/Makefile | 2 |
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 |