Lines Matching refs:valgrind
180 printf ' -v, --enable-valgrind\n'
181 printf ' Enable a build appropriate for valgrind. For development only.\n'
879 # The development options are: force (force options even if they fail), valgrind
880 # (build in a way suitable for valgrind testing), memcheck (same as valgrind),
1081 enable-valgrind) vg=1 ;;
1098 enable-fuzz-mode* | enable-test-timing* | enable-valgrind*)
1234 # debug mode, so don't run valgrind without that.
1237 bc_test_exec='valgrind $(VALGRIND_ARGS) $(BC_EXEC)'
1238 dc_test_exec='valgrind $(VALGRIND_ARGS) $(DC_EXEC)'
1239 bcl_test_exec='valgrind $(VALGRIND_ARGS) $(BCL_TEST)'
1675 # We have to disable the history tests if it is disabled or valgrind is on. Or