summaryrefslogtreecommitdiff
path: root/test/malloc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/malloc/Makefile.in')
-rw-r--r--test/malloc/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/malloc/Makefile.in b/test/malloc/Makefile.in
index f1726dd08..9e7cac9f0 100644
--- a/test/malloc/Makefile.in
+++ b/test/malloc/Makefile.in
@@ -11,4 +11,8 @@ ifneq ($(UCLIBC_HAS_OBSTACK),y)
TESTS_DISABLED += tst-obstack
endif
+ifneq ($(MALLOC_STANDARD),y)
+TESTS_DISABLED += tst-asprintf
+endif
+
CFLAGS_tst-mallocfork = -fPIC