Lines Matching refs:test_files
489 $test_files = array(); variable
581 $test_files[] = trim($test);
804 $test_files = array_merge($test_files, $pattern_match); variable
810 $test_files[] = $testfile;
825 $test_files = array_unique($test_files); variable
826 $test_files = array_merge($test_files, $redir_tests); variable
829 $test_cnt = count($test_files);
835 usort($test_files, "test_sort");
845 run_all_tests($test_files, $environment);
891 $test_files = array(); variable
920 global $test_files, $exts_to_test, $ignored_by_ext, $exts_skipped;
946 $test_files[] = $testfile;
978 $test_files = array_unique($test_files); variable
979 usort($test_files, "test_sort");
984 $test_cnt = count($test_files);
986 run_all_tests($test_files, $environment);
1197 function run_all_tests($test_files, $env, $redir_tested = null) argument
1201 foreach($test_files as $name) {
1683 $test_files = array();
1693 $test_files[] = $org_file[1];
1695 $GLOBALS['test_files'] = $test_files;
1699 $test_files[] = array($f, $file);
1702 $test_cnt += @count($test_files) - 1;
1711 usort($test_files, "test_sort");
1712 run_all_tests($test_files, $redirenv, $tested);