1234567891011121314 |
- # 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
- ifneq ($(UCLIBC_HAS_OBSTACK),y)
- TESTS_DISABLED += tst-obstack
- endif
- CFLAGS_tst-mallocfork = -fPIC
|