Home | History | Annotate | Download | only in tests

Lines Matching refs:tests_dir

37 #   --valgrind-lib: valgrind libraries to use.  Default is $tests_dir/.in_place.
164 chomp(my $tests_dir = `pwd`);
171 my $valgrind_lib = "$tests_dir/.in_place";
236 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
239 $outer_valgrind = validate_program($tests_dir, $outer_valgrind, 1, 1);
247 . validate_program($tests_dir,"./tests/outer_inner.supp",1,0)
569 (-x "$tests_dir/tests/arch_test") or die
577 if (256 == system("$tests_dir/tests/arch_test $dir")) { return; }
578 if (256 == system("$tests_dir/tests/os_test $dir")) { return; }
580 256 == system("sh $tests_dir/tests/platform_test $1 $2")) { return; }
672 chdir($tests_dir);