Makefile.in 332 B

12345678910111213141516
  1. # uClibc malloc tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. TESTS_DISABLED := time_malloc
  4. ifneq ($(UCLIBC_SUSV2_LEGACY),y)
  5. TESTS_DISABLED += tst-valloc
  6. endif
  7. ifneq ($(UCLIBC_HAS_OBSTACK),y)
  8. TESTS_DISABLED += tst-obstack
  9. endif
  10. ifneq ($(MALLOC_STANDARD),y)
  11. TESTS_DISABLED += tst-asprintf
  12. endif