Searched refs:tests_dir (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/perf/
H A Dvg_perf.in86 chomp(my $tests_dir = `pwd`);
121 if ($vgdir !~ /^\//) { $vgdir = "$tests_dir/$vgdir"; }
150 add_vgdir($tests_dir);
392 chdir($tests_dir);
/external/valgrind/main/tests/
H A Dvg_regtest.in37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
158 chomp(my $tests_dir = `pwd`);
160 my $valgrind_lib = "$tests_dir/.in_place";
219 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
524 (-x "$tests_dir/tests/arch_test") or die
532 if (256 == system("$tests_dir/tests/arch_test $dir")) { return; }
533 if (256 == system("$tests_dir/tests/os_test $dir")) { return; }
535 256 == system("sh $tests_dir/tests/platform_test $1 $2")) { return; }
627 chdir($tests_dir);

Completed in 377 milliseconds