Lines Matching refs:test_files
479 $test_files = array(); variable
571 $test_files[] = trim($test);
806 $test_files = array_merge($test_files, $pattern_match); variable
812 $test_files[] = $testfile;
827 $test_files = array_unique($test_files); variable
828 $test_files = array_merge($test_files, $redir_tests); variable
831 $test_cnt = count($test_files);
837 usort($test_files, "test_sort");
847 run_all_tests($test_files, $environment);
893 $test_files = array(); variable
922 global $test_files, $exts_to_test, $ignored_by_ext, $exts_skipped;
948 $test_files[] = $testfile;
982 $test_files = array_unique($test_files); variable
983 usort($test_files, "test_sort");
988 $test_cnt = count($test_files);
990 run_all_tests($test_files, $environment);
1202 function run_all_tests($test_files, $env, $redir_tested = null) argument
1206 foreach($test_files as $name) {
1694 $test_files = array();
1704 $test_files[] = $org_file[1];
1706 $GLOBALS['test_files'] = $test_files;
1710 $test_files[] = array($f, $file);
1713 $test_cnt += @count($test_files) - 1;
1722 usort($test_files, "test_sort");
1723 run_all_tests($test_files, $redirenv, $tested);