summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-06-13 10:54:25 -0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-06-14 10:43:41 +0200
commitf143f920694cec922ed2ac4082aab223acc413df (patch)
tree82880e0e2ca8c23a0e77583f94e7866b97c44a0c /test
parentfd355bc1dbcb794ae1abf0fad1459e28d8567ba0 (diff)
config: UCLIBC_HAS_OBSTACK to optionally enable obstack support
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/malloc/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/malloc/Makefile.in b/test/malloc/Makefile.in
index d14617d31..669ef6adf 100644
--- a/test/malloc/Makefile.in
+++ b/test/malloc/Makefile.in
@@ -6,3 +6,7 @@ TESTS_DISABLED := time_malloc
ifneq ($(UCLIBC_SUSV2_LEGACY),y)
TESTS_DISABLED += tst-valloc
endif
+
+ifneq ($(UCLIBC_HAS_OBSTACK),y)
+TESTS_DISABLED += tst-obstack
+endif