summaryrefslogtreecommitdiff
path: root/test/malloc
diff options
context:
space:
mode:
Diffstat (limited to 'test/malloc')
-rw-r--r--test/malloc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/malloc/Makefile b/test/malloc/Makefile
index 62499f2a0..109c76f0c 100644
--- a/test/malloc/Makefile
+++ b/test/malloc/Makefile
@@ -1,7 +1,6 @@
# uClibc malloc tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
-TESTS := malloc mallocbug realloc0 testmalloc
-#time_malloc
+TESTS_DISABLED := time_malloc
include ../Test.mak