From a9a4e0d0f09420066968b8009e7fa2a3b3f969c6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 9 Dec 2015 07:35:28 +0100 Subject: new test is only for MALLOC_STANDARD --- test/malloc/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3