Lines Matching refs:integration
195 TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
196 $(srcroot)test/integration/allocated.c \
197 $(srcroot)test/integration/sdallocx.c \
198 $(srcroot)test/integration/mallocx.c \
199 $(srcroot)test/integration/MALLOCX_ARENA.c \
200 $(srcroot)test/integration/overflow.c \
201 $(srcroot)test/integration/posix_memalign.c \
202 $(srcroot)test/integration/rallocx.c \
203 $(srcroot)test/integration/thread_arena.c \
204 $(srcroot)test/integration/thread_tcache_enabled.c \
205 $(srcroot)test/integration/xallocx.c \
206 $(srcroot)test/integration/chunk.c
214 C_TESTLIB_INTEGRATION_OBJS := $(C_TESTLIB_SRCS:$(srcroot)%.c=$(objroot)%.integration.$(O))
215 C_UTIL_INTEGRATION_OBJS := $(C_UTIL_INTEGRATION_SRCS:$(srcroot)%.c=$(objroot)%.integration.$(O))
264 $(C_TESTLIB_INTEGRATION_OBJS): $(objroot)test/src/%.integration.$(O): $(srcroot)test/src/%.c
266 $(C_UTIL_INTEGRATION_OBJS): $(objroot)src/%.integration.$(O): $(srcroot)src/%.c
317 $(objroot)test/integration/%$(EXE): $(objroot)test/integration/%.$(O) $(C_TESTLIB_INTEGRATION_OBJS)…
392 @mkdir -p $(objroot)test/integration
423 $(SHELL) $(srcroot)coverage.sh $(srcroot)src integration $(C_UTIL_INTEGRATION_OBJS)
424 $(SHELL) $(srcroot)coverage.sh $(srcroot)test/src integration $(C_TESTLIB_INTEGRATION_OBJS)
425 $(SHELL) $(srcroot)coverage.sh $(srcroot)test/integration integration $(TESTS_INTEGRATION_OBJS)
436 $(SHELL) $(srcroot)coverage.sh $(srcroot)src integration $(C_UTIL_INTEGRATION_OBJS)
438 $(SHELL) $(srcroot)coverage.sh $(srcroot)test/src integration $(C_TESTLIB_INTEGRATION_OBJS)
441 $(SHELL) $(srcroot)coverage.sh $(srcroot)test/integration integration $(TESTS_INTEGRATION_OBJS)
442 $(SHELL) $(srcroot)coverage.sh $(srcroot)test/stress integration $(TESTS_STRESS_OBJS)