Makefile.in 266 B

123456789101112
  1. # uClibc-ng 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_HAS_OBSTACK),y)
  5. TESTS_DISABLED += tst-obstack
  6. endif
  7. ifneq ($(MALLOC_STANDARD),y)
  8. TESTS_DISABLED += tst-asprintf
  9. endif