Lines Matching refs:tests_dir
37 # --valgrind-lib: valgrind libraries to use. Default is $tests_dir/.in_place.
176 chomp(my $tests_dir = `pwd`);
183 my $valgrind_lib = "$tests_dir/.in_place";
251 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
254 $outer_valgrind = validate_program($tests_dir, $outer_valgrind, 1, 1);
263 . validate_program($tests_dir,"./tests/outer_inner.supp",1,0)
599 (-x "$tests_dir/tests/arch_test") or die
607 if (256 == system("$tests_dir/tests/arch_test $dir")) { return; }
608 if (256 == system("$tests_dir/tests/os_test $dir")) { return; }
610 256 == system("sh $tests_dir/tests/platform_test $1 $2")) { return; }
704 chdir($tests_dir);