blob: d3dcd57165eae6001f8e3ffb70aa6e9d2b4a9b07 (
plain)
1
2
3
4
5
6
7
8
|
# uClibc-ng malloc tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS_DISABLED := time_malloc
ifneq ($(MALLOC_STANDARD),y)
TESTS_DISABLED += tst-asprintf
endif
|