Browse Source

new test is only for MALLOC_STANDARD

Waldemar Brodkorb 8 years ago
parent
commit
a9a4e0d0f0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/malloc/Makefile.in

+ 4 - 0
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