Lines Matching refs:Check
13 # running `make check` under a variety of Valgrind tools to check for
45 # This results in a "check-valgrind" rule being added to any Makefile.am
47 # configured with --enable-valgrind). Running `make check-valgrind` in
48 # that directory will run the module's test suite (`make check`) once for
51 # commandline with --enable-valgrind-sgcheck. The results for each check
55 # Alternatively, a "check-valgrind-$TOOL" rule will be added, for $TOOL in
83 dnl Check for --enable-valgrind
89 # Check for Valgrind.
105 # Check for Valgrind tools we care about.
147 # Valgrind check
160 VALGRIND_memcheck_FLAGS ?= --leak-check=full --show-reachable=no
178 valgrind_v_use_0 = @echo " USE " $(patsubst check-valgrind-%,%,$''@):;
187 # Use recursive makes in order to ignore errors during check
188 check-valgrind:
191 $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool))
208 check-valgrind-$(1):
210 $$(valgrind_v_use)$$(MAKE) check-TESTS \
230 .PHONY: check-valgrind $(add-prefix check-valgrind-,$(valgrind_tools))
235 check-valgrind: