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 7b8c0fabd..d14617d31 100644 --- a/test/malloc/Makefile.in +++ b/test/malloc/Makefile.in @@ -2,3 +2,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. TESTS_DISABLED := time_malloc + +ifneq ($(UCLIBC_SUSV2_LEGACY),y) +TESTS_DISABLED += tst-valloc +endif |