diff options
Diffstat (limited to 'test/malloc/Makefile.in')
-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 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 |