diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-09 07:35:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-09 07:50:59 +0100 |
commit | a9a4e0d0f09420066968b8009e7fa2a3b3f969c6 (patch) | |
tree | e9ae77b11077b92326c2a0c045e267d6a5c877f8 /test | |
parent | 21902b578e96fd6b85b9bcda8a0e929fc844ec51 (diff) |
new test is only for MALLOC_STANDARD
Diffstat (limited to 'test')
-rw-r--r-- | test/malloc/Makefile.in | 4 |
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 |