Home | History | Annotate | Download | only in modp_b64

Lines Matching refs:valgrind

77 #   - VALGRIND=[0|1] runs tests under valgrind (default: 0)
99 VALGRIND ?= 0
691 $(info - VALGRIND=$(VALGRIND))
804 ifeq ($(VALGRIND),1)
805 VALGRIND_CMD = /usr/bin/valgrind --tool=memcheck $(VALGRIND_ARGS) --
882 .PHONY: clean NONE valgrind NONE