浏览代码

new test is only for MALLOC_STANDARD

Waldemar Brodkorb 9 年之前
父节点
当前提交
a9a4e0d0f0
共有 1 个文件被更改,包括 4 次插入0 次删除
  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
 TESTS_DISABLED += tst-obstack
 endif
 endif
 
 
+ifneq ($(MALLOC_STANDARD),y)
+TESTS_DISABLED += tst-asprintf
+endif
+
 CFLAGS_tst-mallocfork = -fPIC
 CFLAGS_tst-mallocfork = -fPIC