summaryrefslogtreecommitdiff
path: root/test/malloc/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-24 07:43:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-24 07:43:50 +0100
commitd32bd8bb11f2644cbe35b396a7a40a7e359ceee9 (patch)
tree0d7136b149c23909c3e6b77baa9a0cc26e62d774 /test/malloc/Makefile.in
parent21ec3389276c2bc407444c37b37c3edd223aed32 (diff)
obstack removed, glibc compat is gone
Diffstat (limited to 'test/malloc/Makefile.in')
-rw-r--r--test/malloc/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/malloc/Makefile.in b/test/malloc/Makefile.in
index 7d9577a..d3dcd57 100644
--- a/test/malloc/Makefile.in
+++ b/test/malloc/Makefile.in
@@ -3,10 +3,6 @@
TESTS_DISABLED := time_malloc
-ifneq ($(UCLIBC_HAS_OBSTACK),y)
-TESTS_DISABLED += tst-obstack
-endif
-
ifneq ($(MALLOC_STANDARD),y)
TESTS_DISABLED += tst-asprintf
endif