Makefile.in 320 B

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