OSDN Git Service

add UCLIBC_SUSV2_LEGACY to hide valloc
[uclinux-h8/uclibc-ng.git] / test / malloc / Makefile.in
1 # uClibc malloc tests
2 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
3
4 TESTS_DISABLED := time_malloc
5
6 ifneq ($(UCLIBC_SUSV2_LEGACY),y)
7 TESTS_DISABLED += tst-valloc
8 endif