blob: d14617d312dbec54abfd7457b7e8dba4c35ef3a0 (
plain)
1
2
3
4
5
6
7
8
|
# uClibc malloc tests
# 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
|