summaryrefslogtreecommitdiff
path: root/test/malloc/Makefile.in
blob: 7d9577ab8bd9a2305f61316c99b1d674979fe9a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# uClibc-ng malloc tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

TESTS_DISABLED := time_malloc

ifneq ($(UCLIBC_HAS_OBSTACK),y)
TESTS_DISABLED += tst-obstack
endif

ifneq ($(MALLOC_STANDARD),y)
TESTS_DISABLED += tst-asprintf
endif