Parcourir la source

new test is only for MALLOC_STANDARD

Waldemar Brodkorb il y a 8 ans
Parent
commit
a9a4e0d0f0
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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