Lines Matching refs:valgrind
3 ##--- Valgrind regression testing script vg_regtest ---##
6 # This file is part of Valgrind, a dynamic binary instrumentation
10 # njn@valgrind.org
34 # --valgrind: valgrind launcher to use. Default is ./coregrind/valgrind.
36 # --valgrind-lib.)
37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
39 # --valgrind.)
41 # The easiest way is to run all tests in valgrind/ with (assuming you installed
54 # - vgopts: <Valgrind options> (default: none;
88 # and handed to valgrind prior to any other flags specified by the
103 . " vg_regtest [--all, --valgrind, --valgrind-lib]\n"
110 my $vgopts; # valgrind options
124 # Default valgrind to use is this build tree's (uninstalled) one
125 my $valgrind = "./coregrind/valgrind";
174 } elsif ($arg =~ /^--valgrind=(.*)$/) {
175 $valgrind = $1;
176 } elsif ($arg =~ /^--valgrind-lib=(.*)$/) {
185 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
336 printf("%-16s valgrind $extraopts $vgopts $prog $args\n", "$name:");
340 # VALGRIND_LIB_INNER in case this Valgrind was configured with
344 . "$valgrind --command-line-only=yes --memcheck:leak-check=no "