Lines Matching refs:tests
27 tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \ macro
47 tests-static := \
53 tests += tst-mallocstate tst-compathooks-off tst-compathooks-on
56 tests-internal := tst-scratch_buffer
59 tests-internal += \
65 tests += tst-malloc-usable-tunables tst-mxfast
68 tests += $(tests-static)
73 tests-exclude-malloc-check = tst-malloc-check tst-malloc-usable \
78 tests-malloc-check = $(filter-out $(tests-exclude-malloc-check) \
79 $(tests-static),$(tests))
84 tests-exclude-hugetlb1 = \
96 tests-exclude-hugetlb2 = \
97 $(tests-exclude-hugetlb1) \
99 tests-malloc-hugetlb1 = \
100 $(filter-out $(tests-exclude-hugetlb1), $(tests))
101 tests-malloc-hugetlb2 = \
102 $(filter-out $(tests-exclude-hugetlb2), $(tests))
109 tests-exclude-mcheck = tst-mallocstate \
122 tests-mcheck = $(filter-out $(tests-exclude-mcheck) $(tests-static), $(tests))
148 extra-tests-objs += \
247 ifeq ($(run-built-tests),yes)
250 tests-special += $(objpfx)tst-mtrace.out
251 tests-special += $(objpfx)tst-dynarray-mem.out
252 tests-special += $(objpfx)tst-dynarray-fail-mem.out
269 ifeq ($(run-built-tests),yes)
317 $(tests:%=$(objpfx)%.o): CPPFLAGS += -DTEST_NO_MALLOPT