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