| 123456789101112131415161718 | # uClibc malloc tests# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.TESTS_DISABLED := time_mallocifneq ($(UCLIBC_SUSV2_LEGACY),y)TESTS_DISABLED += tst-vallocendififneq ($(UCLIBC_HAS_OBSTACK),y)TESTS_DISABLED += tst-obstackendififneq ($(MALLOC_STANDARD),y)TESTS_DISABLED += tst-asprintfendifCFLAGS_tst-mallocfork = -fPIC
 |