=')) {
            // $test_dirs[] = 'ConfigDoc'; // no test files currently!
        }
        if ($break) break;
    case 'fstools':
        $test_dirs[] = 'FSTools';
    case 'htmlt':
        $htmlt_dirs[] = 'HTMLPurifier/HTMLT';
        if ($break) break;
    case 'vtest':
        $vtest_dirs[] = 'HTMLPurifier/ConfigSchema/Validator';
        if ($break) break;
    case 'phpt':
        if (!$AC['disable-phpt'] && version_compare(PHP_VERSION, '5.2', '>=')) {
            $phpt_dirs[] = 'HTMLPurifier/PHPT';
        }
}
// vim: et sw=4 sts=4