tc_core            46 tests/lib/library_independ.c     TCase *tc_core;
tc_core            48 tests/lib/library_independ.c     tc_core = tcase_create ("Core");
tc_core            51 tests/lib/library_independ.c     tcase_add_test (tc_core, test_library_independ);
tc_core            54 tests/lib/library_independ.c     return mctest_run_all (tc_core);
tc_core           137 tests/lib/mc_build_filename.c     TCase *tc_core;
tc_core           139 tests/lib/mc_build_filename.c     tc_core = tcase_create ("Core");
tc_core           141 tests/lib/mc_build_filename.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           144 tests/lib/mc_build_filename.c     mctest_add_parameterized_test (tc_core, test_mc_build_filename, test_mc_build_filename_ds);
tc_core           147 tests/lib/mc_build_filename.c     return mctest_run_all (tc_core);
tc_core           112 tests/lib/mc_realpath.c     TCase *tc_core;
tc_core           115 tests/lib/mc_realpath.c     tc_core = tcase_create ("Core");
tc_core           122 tests/lib/mc_realpath.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           125 tests/lib/mc_realpath.c     mctest_add_parameterized_test (tc_core, realpath_test, data_source);
tc_core           128 tests/lib/mc_realpath.c     return mctest_run_all (tc_core);
tc_core           241 tests/lib/mcconfig/config_string.c     TCase *tc_core;
tc_core           243 tests/lib/mcconfig/config_string.c     tc_core = tcase_create ("Core");
tc_core           245 tests/lib/mcconfig/config_string.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           248 tests/lib/mcconfig/config_string.c     mctest_add_parameterized_test (tc_core, test_create_ini_file_paths, test_create_ini_file_ds);
tc_core           249 tests/lib/mcconfig/config_string.c     tcase_add_test (tc_core, emulate__learn_save);
tc_core           252 tests/lib/mcconfig/config_string.c     return mctest_run_all (tc_core);
tc_core           210 tests/lib/mcconfig/user_configs_path.c     TCase *tc_core;
tc_core           212 tests/lib/mcconfig/user_configs_path.c     tc_core = tcase_create ("Core");
tc_core           214 tests/lib/mcconfig/user_configs_path.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           217 tests/lib/mcconfig/user_configs_path.c     mctest_add_parameterized_test (tc_core, test_user_config_paths, test_user_config_paths_ds);
tc_core           220 tests/lib/mcconfig/user_configs_path.c     return mctest_run_all (tc_core);
tc_core           133 tests/lib/name_quote.c     TCase *tc_core;
tc_core           135 tests/lib/name_quote.c     tc_core = tcase_create ("Core");
tc_core           137 tests/lib/name_quote.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           140 tests/lib/name_quote.c     mctest_add_parameterized_test (tc_core, quote_percent_test, data_source1);
tc_core           141 tests/lib/name_quote.c     mctest_add_parameterized_test (tc_core, name_quote_test, data_source2);
tc_core           144 tests/lib/name_quote.c     return mctest_run_all (tc_core);
tc_core            97 tests/lib/search/glob_prepare_replace_str.c     TCase *tc_core;
tc_core            99 tests/lib/search/glob_prepare_replace_str.c     tc_core = tcase_create ("Core");
tc_core           102 tests/lib/search/glob_prepare_replace_str.c     mctest_add_parameterized_test (tc_core, test_glob_prepare_replace_str,
tc_core           106 tests/lib/search/glob_prepare_replace_str.c     return mctest_run_all (tc_core);
tc_core           109 tests/lib/search/glob_translate_to_regex.c     TCase *tc_core;
tc_core           111 tests/lib/search/glob_translate_to_regex.c     tc_core = tcase_create ("Core");
tc_core           114 tests/lib/search/glob_translate_to_regex.c     mctest_add_parameterized_test (tc_core, test_glob_translate_to_regex,
tc_core           118 tests/lib/search/glob_translate_to_regex.c     return mctest_run_all (tc_core);
tc_core           182 tests/lib/search/hex_translate_to_regex.c     TCase *tc_core;
tc_core           184 tests/lib/search/hex_translate_to_regex.c     tc_core = tcase_create ("Core");
tc_core           187 tests/lib/search/hex_translate_to_regex.c     mctest_add_parameterized_test (tc_core, test_hex_translate_to_regex,
tc_core           191 tests/lib/search/hex_translate_to_regex.c     return mctest_run_all (tc_core);
tc_core           143 tests/lib/search/regex_process_escape_sequence.c     TCase *tc_core;
tc_core           145 tests/lib/search/regex_process_escape_sequence.c     tc_core = tcase_create ("Core");
tc_core           148 tests/lib/search/regex_process_escape_sequence.c     mctest_add_parameterized_test (tc_core, test_regex_process_escape_sequence,
tc_core           152 tests/lib/search/regex_process_escape_sequence.c     return mctest_run_all (tc_core);
tc_core           214 tests/lib/search/regex_replace_esc_seq.c     TCase *tc_core;
tc_core           216 tests/lib/search/regex_replace_esc_seq.c     tc_core = tcase_create ("Core");
tc_core           219 tests/lib/search/regex_replace_esc_seq.c     mctest_add_parameterized_test (tc_core, test_regex_replace_esc_seq_prepare,
tc_core           223 tests/lib/search/regex_replace_esc_seq.c     return mctest_run_all (tc_core);
tc_core            86 tests/lib/search/translate_replace_glob_to_regex.c     TCase *tc_core;
tc_core            88 tests/lib/search/translate_replace_glob_to_regex.c     tc_core = tcase_create ("Core");
tc_core            91 tests/lib/search/translate_replace_glob_to_regex.c     mctest_add_parameterized_test (tc_core, test_translate_replace_glob_to_regex,
tc_core            95 tests/lib/search/translate_replace_glob_to_regex.c     return mctest_run_all (tc_core);
tc_core           362 tests/lib/serialize.c     TCase *tc_core;
tc_core           364 tests/lib/serialize.c     tc_core = tcase_create ("Core");
tc_core           366 tests/lib/serialize.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           369 tests/lib/serialize.c     mctest_add_parameterized_test (tc_core, test_serialize, test_serialize_ds);
tc_core           371 tests/lib/serialize.c     mctest_add_parameterized_test (tc_core, test_deserialize_incorrect,
tc_core           374 tests/lib/serialize.c     mctest_add_parameterized_test (tc_core, test_deserialize, test_deserialize_ds);
tc_core           376 tests/lib/serialize.c     tcase_add_test (tc_core, test_serialize_config);
tc_core           378 tests/lib/serialize.c     mctest_add_parameterized_test (tc_core, test_deserialize_config_incorrect,
tc_core           381 tests/lib/serialize.c     tcase_add_test (tc_core, test_deserialize_config);
tc_core           384 tests/lib/serialize.c     return mctest_run_all (tc_core);
tc_core           382 tests/lib/strutil/filevercmp.c     TCase *tc_core;
tc_core           384 tests/lib/strutil/filevercmp.c     tc_core = tcase_create ("Core");
tc_core           386 tests/lib/strutil/filevercmp.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           389 tests/lib/strutil/filevercmp.c     mctest_add_parameterized_test (tc_core, filevercmp_test1, filevercmp_test_ds1);
tc_core           390 tests/lib/strutil/filevercmp.c     tcase_add_loop_test (tc_core, filevercmp_test2, 0, filevercmp_test_ds2_len);
tc_core           391 tests/lib/strutil/filevercmp.c     tcase_add_loop_test (tc_core, filevercmp_test3, 0, filevercmp_test_ds3_len);
tc_core           392 tests/lib/strutil/filevercmp.c     tcase_add_loop_test (tc_core, filevercmp_test4, 0, filevercmp_test_ds4_len);
tc_core           393 tests/lib/strutil/filevercmp.c     tcase_add_test (tc_core, filevercmp_test5);
tc_core           396 tests/lib/strutil/filevercmp.c     return mctest_run_all (tc_core);
tc_core           146 tests/lib/strutil/parse_integer.c     TCase *tc_core;
tc_core           148 tests/lib/strutil/parse_integer.c     tc_core = tcase_create ("Core");
tc_core           150 tests/lib/strutil/parse_integer.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           153 tests/lib/strutil/parse_integer.c     mctest_add_parameterized_test (tc_core, parse_integer_test, parse_integer_test_ds);
tc_core           156 tests/lib/strutil/parse_integer.c     return mctest_run_all (tc_core);
tc_core           180 tests/lib/strutil/str_replace_all.c     TCase *tc_core;
tc_core           182 tests/lib/strutil/str_replace_all.c     tc_core = tcase_create ("Core");
tc_core           184 tests/lib/strutil/str_replace_all.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           187 tests/lib/strutil/str_replace_all.c     mctest_add_parameterized_test (tc_core, str_replace_all_test, str_replace_all_test_ds);
tc_core           190 tests/lib/strutil/str_replace_all.c     return mctest_run_all (tc_core);
tc_core           123 tests/lib/strutil/str_verscmp.c     TCase *tc_core;
tc_core           125 tests/lib/strutil/str_verscmp.c     tc_core = tcase_create ("Core");
tc_core           127 tests/lib/strutil/str_verscmp.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           130 tests/lib/strutil/str_verscmp.c     mctest_add_parameterized_test (tc_core, str_verscmp_test, str_verscmp_test_ds);
tc_core           133 tests/lib/strutil/str_verscmp.c     return mctest_run_all (tc_core);
tc_core           382 tests/lib/utilunix__mc_pstream_get_string.c     TCase *tc_core;
tc_core           384 tests/lib/utilunix__mc_pstream_get_string.c     tc_core = tcase_create ("Core");
tc_core           386 tests/lib/utilunix__mc_pstream_get_string.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           389 tests/lib/utilunix__mc_pstream_get_string.c     mctest_add_parameterized_test (tc_core, mc_pstream_get_string_test, data_source);
tc_core           390 tests/lib/utilunix__mc_pstream_get_string.c     tcase_add_test (tc_core, mc_pstream_get_long_file_list_test);
tc_core           393 tests/lib/utilunix__mc_pstream_get_string.c     return mctest_run_all (tc_core);
tc_core            72 tests/lib/utilunix__my_system-fork_child.c     TCase *tc_core;
tc_core            74 tests/lib/utilunix__my_system-fork_child.c     tc_core = tcase_create ("Core");
tc_core            76 tests/lib/utilunix__my_system-fork_child.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core            79 tests/lib/utilunix__my_system-fork_child.c     tcase_add_test (tc_core, fork_child);
tc_core            82 tests/lib/utilunix__my_system-fork_child.c     return mctest_run_all (tc_core);
tc_core            73 tests/lib/utilunix__my_system-fork_child_shell.c     TCase *tc_core;
tc_core            75 tests/lib/utilunix__my_system-fork_child_shell.c     tc_core = tcase_create ("Core");
tc_core            77 tests/lib/utilunix__my_system-fork_child_shell.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core            80 tests/lib/utilunix__my_system-fork_child_shell.c     tcase_add_test (tc_core, fork_child_as_shell);
tc_core            83 tests/lib/utilunix__my_system-fork_child_shell.c     return mctest_run_all (tc_core);
tc_core            68 tests/lib/utilunix__my_system-fork_fail.c     TCase *tc_core;
tc_core            70 tests/lib/utilunix__my_system-fork_fail.c     tc_core = tcase_create ("Core");
tc_core            72 tests/lib/utilunix__my_system-fork_fail.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core            75 tests/lib/utilunix__my_system-fork_fail.c     tcase_add_test (tc_core, fork_fail);
tc_core            78 tests/lib/utilunix__my_system-fork_fail.c     return mctest_run_all (tc_core);
tc_core           190 tests/lib/vfs/canonicalize_pathname.c     TCase *tc_core;
tc_core           192 tests/lib/vfs/canonicalize_pathname.c     tc_core = tcase_create ("Core");
tc_core           194 tests/lib/vfs/canonicalize_pathname.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           197 tests/lib/vfs/canonicalize_pathname.c     mctest_add_parameterized_test (tc_core, test_canonicalize_path, test_canonicalize_path_ds);
tc_core           200 tests/lib/vfs/canonicalize_pathname.c     return mctest_run_all (tc_core);
tc_core           188 tests/lib/vfs/current_dir.c     TCase *tc_core;
tc_core           191 tests/lib/vfs/current_dir.c     tc_core = tcase_create ("Core");
tc_core           198 tests/lib/vfs/current_dir.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           201 tests/lib/vfs/current_dir.c     mctest_add_parameterized_test (tc_core, test_cd, test_cd_ds);
tc_core           204 tests/lib/vfs/current_dir.c     return mctest_run_all (tc_core);
tc_core           240 tests/lib/vfs/path_cmp.c     TCase *tc_core;
tc_core           242 tests/lib/vfs/path_cmp.c     tc_core = tcase_create ("Core");
tc_core           244 tests/lib/vfs/path_cmp.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           247 tests/lib/vfs/path_cmp.c     mctest_add_parameterized_test (tc_core, test_path_equal, test_path_equal_ds);
tc_core           248 tests/lib/vfs/path_cmp.c     mctest_add_parameterized_test (tc_core, test_path_equal_len, test_path_equal_len_ds);
tc_core           251 tests/lib/vfs/path_cmp.c     return mctest_run_all (tc_core);
tc_core           129 tests/lib/vfs/path_len.c     TCase *tc_core;
tc_core           131 tests/lib/vfs/path_len.c     tc_core = tcase_create ("Core");
tc_core           133 tests/lib/vfs/path_len.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           136 tests/lib/vfs/path_len.c     mctest_add_parameterized_test (tc_core, test_path_length, test_path_length_ds);
tc_core           139 tests/lib/vfs/path_len.c     return mctest_run_all (tc_core);
tc_core           438 tests/lib/vfs/path_manipulations.c     TCase *tc_core;
tc_core           440 tests/lib/vfs/path_manipulations.c     tc_core = tcase_create ("Core");
tc_core           442 tests/lib/vfs/path_manipulations.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           445 tests/lib/vfs/path_manipulations.c     mctest_add_parameterized_test (tc_core, test_vfs_path_tokens_count,
tc_core           447 tests/lib/vfs/path_manipulations.c     mctest_add_parameterized_test (tc_core, test_vfs_path_tokens_get, test_vfs_path_tokens_get_ds);
tc_core           448 tests/lib/vfs/path_manipulations.c     mctest_add_parameterized_test (tc_core, test_vfs_path_append_vpath,
tc_core           450 tests/lib/vfs/path_manipulations.c     mctest_add_parameterized_test (tc_core, test_vfs_path_relative, test_vfs_path_relative_ds);
tc_core           451 tests/lib/vfs/path_manipulations.c     mctest_add_parameterized_test (tc_core, test_vfs_path_relative_clone,
tc_core           455 tests/lib/vfs/path_manipulations.c     return mctest_run_all (tc_core);
tc_core           271 tests/lib/vfs/path_recode.c     TCase *tc_core;
tc_core           273 tests/lib/vfs/path_recode.c     tc_core = tcase_create ("Core");
tc_core           275 tests/lib/vfs/path_recode.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           278 tests/lib/vfs/path_recode.c     mctest_add_parameterized_test (tc_core, test_path_recode, test_path_recode_ds);
tc_core           279 tests/lib/vfs/path_recode.c     mctest_add_parameterized_test (tc_core, test_path_to_str_flags, test_path_to_str_flags_ds);
tc_core           282 tests/lib/vfs/path_recode.c     return mctest_run_all (tc_core);
tc_core           189 tests/lib/vfs/path_serialize.c     TCase *tc_core;
tc_core           191 tests/lib/vfs/path_serialize.c     tc_core = tcase_create ("Core");
tc_core           193 tests/lib/vfs/path_serialize.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           196 tests/lib/vfs/path_serialize.c     tcase_add_test (tc_core, test_path_serialize);
tc_core           197 tests/lib/vfs/path_serialize.c     tcase_add_test (tc_core, test_path_deserialize);
tc_core           200 tests/lib/vfs/path_serialize.c     return mctest_run_all (tc_core);
tc_core           200 tests/lib/vfs/relative_cd.c     TCase *tc_core;
tc_core           203 tests/lib/vfs/relative_cd.c     tc_core = tcase_create ("Core");
tc_core           210 tests/lib/vfs/relative_cd.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           213 tests/lib/vfs/relative_cd.c     mctest_add_parameterized_test (tc_core, test_relative_cd, test_relative_cd_ds);
tc_core           214 tests/lib/vfs/relative_cd.c     tcase_add_test (tc_core, test_vpath_to_str_filter);
tc_core           217 tests/lib/vfs/relative_cd.c     return mctest_run_all (tc_core);
tc_core           126 tests/lib/vfs/tempdir.c     TCase *tc_core;
tc_core           128 tests/lib/vfs/tempdir.c     tc_core = tcase_create ("Core");
tc_core           130 tests/lib/vfs/tempdir.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           133 tests/lib/vfs/tempdir.c     tcase_add_test (tc_core, test_mc_tmpdir);
tc_core           134 tests/lib/vfs/tempdir.c     tcase_add_test (tc_core, test_mc_mkstemps);
tc_core           137 tests/lib/vfs/tempdir.c     return mctest_run_all (tc_core);
tc_core           194 tests/lib/vfs/vfs_adjust_stat.c     TCase *tc_core;
tc_core           196 tests/lib/vfs/vfs_adjust_stat.c     tc_core = tcase_create ("Core");
tc_core           199 tests/lib/vfs/vfs_adjust_stat.c     mctest_add_parameterized_test (tc_core, test_vfs_adjust_stat, test_vfs_adjust_stat_ds);
tc_core           202 tests/lib/vfs/vfs_adjust_stat.c     return mctest_run_all (tc_core);
tc_core           146 tests/lib/vfs/vfs_get_encoding.c     TCase *tc_core;
tc_core           148 tests/lib/vfs/vfs_get_encoding.c     tc_core = tcase_create ("Core");
tc_core           150 tests/lib/vfs/vfs_get_encoding.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           153 tests/lib/vfs/vfs_get_encoding.c     mctest_add_parameterized_test (tc_core, test_vfs_get_encoding, test_vfs_get_encoding_ds);
tc_core           156 tests/lib/vfs/vfs_get_encoding.c     return mctest_run_all (tc_core);
tc_core           411 tests/lib/vfs/vfs_parse_ls_lga.c     TCase *tc_core;
tc_core           413 tests/lib/vfs/vfs_parse_ls_lga.c     tc_core = tcase_create ("Core");
tc_core           415 tests/lib/vfs/vfs_parse_ls_lga.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           418 tests/lib/vfs/vfs_parse_ls_lga.c     mctest_add_parameterized_test (tc_core, test_vfs_parse_ls_lga, test_vfs_parse_ls_lga_ds);
tc_core           419 tests/lib/vfs/vfs_parse_ls_lga.c     tcase_add_test (tc_core, test_vfs_parse_ls_lga_reorder);
tc_core           420 tests/lib/vfs/vfs_parse_ls_lga.c     tcase_add_test (tc_core, test_vfs_parse_ls_lga_unaligned);
tc_core           423 tests/lib/vfs/vfs_parse_ls_lga.c     return mctest_run_all (tc_core);
tc_core           112 tests/lib/vfs/vfs_path_from_str_flags.c     TCase *tc_core;
tc_core           114 tests/lib/vfs/vfs_path_from_str_flags.c     tc_core = tcase_create ("Core");
tc_core           116 tests/lib/vfs/vfs_path_from_str_flags.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           119 tests/lib/vfs/vfs_path_from_str_flags.c     mctest_add_parameterized_test (tc_core, test_strip_home, test_strip_home_ds);
tc_core           122 tests/lib/vfs/vfs_path_from_str_flags.c     return mctest_run_all (tc_core);
tc_core           317 tests/lib/vfs/vfs_path_string_convert.c     TCase *tc_core;
tc_core           319 tests/lib/vfs/vfs_path_string_convert.c     tc_core = tcase_create ("Core");
tc_core           321 tests/lib/vfs/vfs_path_string_convert.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           324 tests/lib/vfs/vfs_path_string_convert.c     mctest_add_parameterized_test (tc_core, test_from_to_string, test_from_to_string_ds);
tc_core           325 tests/lib/vfs/vfs_path_string_convert.c     mctest_add_parameterized_test (tc_core, test_partial_string_by_index,
tc_core           328 tests/lib/vfs/vfs_path_string_convert.c     tcase_add_test (tc_core, test_vfs_path_encoding_at_end);
tc_core           332 tests/lib/vfs/vfs_path_string_convert.c     return mctest_run_all (tc_core);
tc_core           157 tests/lib/vfs/vfs_prefix_to_class.c     TCase *tc_core;
tc_core           159 tests/lib/vfs/vfs_prefix_to_class.c     tc_core = tcase_create ("Core");
tc_core           161 tests/lib/vfs/vfs_prefix_to_class.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           164 tests/lib/vfs/vfs_prefix_to_class.c     mctest_add_parameterized_test (tc_core, test_vfs_prefix_to_class, test_vfs_prefix_to_class_ds);
tc_core           167 tests/lib/vfs/vfs_prefix_to_class.c     return mctest_run_all (tc_core);
tc_core           153 tests/lib/vfs/vfs_s_get_path.c     TCase *tc_core;
tc_core           155 tests/lib/vfs/vfs_s_get_path.c     tc_core = tcase_create ("Core");
tc_core           157 tests/lib/vfs/vfs_s_get_path.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           160 tests/lib/vfs/vfs_s_get_path.c     tcase_add_test (tc_core, test_vfs_s_get_path);
tc_core           163 tests/lib/vfs/vfs_s_get_path.c     return mctest_run_all (tc_core);
tc_core           143 tests/lib/vfs/vfs_setup_cwd.c     TCase *tc_core;
tc_core           145 tests/lib/vfs/vfs_setup_cwd.c     tc_core = tcase_create ("Core");
tc_core           147 tests/lib/vfs/vfs_setup_cwd.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           150 tests/lib/vfs/vfs_setup_cwd.c     mctest_add_parameterized_test (tc_core, test_vfs_setup_cwd_symlink,
tc_core           154 tests/lib/vfs/vfs_setup_cwd.c     return mctest_run_all (tc_core);
tc_core           194 tests/lib/vfs/vfs_split.c     TCase *tc_core;
tc_core           196 tests/lib/vfs/vfs_split.c     tc_core = tcase_create ("Core");
tc_core           198 tests/lib/vfs/vfs_split.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           201 tests/lib/vfs/vfs_split.c     mctest_add_parameterized_test (tc_core, test_vfs_split, test_vfs_split_ds);
tc_core           204 tests/lib/vfs/vfs_split.c     return mctest_run_all (tc_core);
tc_core           222 tests/lib/widget/complete_engine.c     TCase *tc_core;
tc_core           224 tests/lib/widget/complete_engine.c     tc_core = tcase_create ("Core");
tc_core           226 tests/lib/widget/complete_engine.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           229 tests/lib/widget/complete_engine.c     mctest_add_parameterized_test (tc_core, test_complete_engine_fill_completions,
tc_core           233 tests/lib/widget/complete_engine.c     return mctest_run_all (tc_core);
tc_core           148 tests/lib/widget/group_init_destroy.c     TCase *tc_core;
tc_core           150 tests/lib/widget/group_init_destroy.c     tc_core = tcase_create ("Core");
tc_core           153 tests/lib/widget/group_init_destroy.c     tcase_add_test (tc_core, test_group_init_deinit);
tc_core           156 tests/lib/widget/group_init_destroy.c     return mctest_run_all (tc_core);
tc_core           154 tests/lib/widget/hotkey_equal.c     TCase *tc_core;
tc_core           156 tests/lib/widget/hotkey_equal.c     tc_core = tcase_create ("Core");
tc_core           158 tests/lib/widget/hotkey_equal.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           161 tests/lib/widget/hotkey_equal.c     mctest_add_parameterized_test (tc_core, test_hotkey_equal, test_hotkey_equal_ds);
tc_core           164 tests/lib/widget/hotkey_equal.c     return mctest_run_all (tc_core);
tc_core           109 tests/lib/widget/widget_find_by_id.c     TCase *tc_core;
tc_core           111 tests/lib/widget/widget_find_by_id.c     tc_core = tcase_create ("Core");
tc_core           114 tests/lib/widget/widget_find_by_id.c     tcase_add_test (tc_core, test_widget_find_by_id);
tc_core           117 tests/lib/widget/widget_find_by_id.c     return mctest_run_all (tc_core);
tc_core           134 tests/lib/widget/widget_make_global_local.c     TCase *tc_core;
tc_core           136 tests/lib/widget/widget_make_global_local.c     tc_core = tcase_create ("Core");
tc_core           139 tests/lib/widget/widget_make_global_local.c     tcase_add_test (tc_core, test_widget_make_global_local);
tc_core           142 tests/lib/widget/widget_make_global_local.c     return mctest_run_all (tc_core);
tc_core           115 tests/lib/x_basename.c     TCase *tc_core;
tc_core           117 tests/lib/x_basename.c     tc_core = tcase_create ("Core");
tc_core           119 tests/lib/x_basename.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           122 tests/lib/x_basename.c     mctest_add_parameterized_test (tc_core, test_x_basename, test_x_basename_ds);
tc_core           125 tests/lib/x_basename.c     return mctest_run_all (tc_core);
tc_core            12 tests/mctest.h #define mctest_add_parameterized_test(tc_core, test_func, test_data_source) { \
tc_core            13 tests/mctest.h     tcase_add_loop_test (tc_core, test_func, 0, G_N_ELEMENTS (test_data_source)); \
tc_core            87 tests/mctest.h mctest_run_all (TCase * tc_core)
tc_core            94 tests/mctest.h     suite_add_tcase (s, tc_core);
tc_core           385 tests/src/editor/edit_complete_word_cmd.c     TCase *tc_core;
tc_core           387 tests/src/editor/edit_complete_word_cmd.c     tc_core = tcase_create ("Core");
tc_core           389 tests/src/editor/edit_complete_word_cmd.c     tcase_add_checked_fixture (tc_core, my_setup, my_teardown);
tc_core           393 tests/src/editor/edit_complete_word_cmd.c     mctest_add_parameterized_test (tc_core, test_autocomplete, test_autocomplete_ds);
tc_core           394 tests/src/editor/edit_complete_word_cmd.c     mctest_add_parameterized_test (tc_core, test_autocomplete_single, test_autocomplete_single_ds);
tc_core           398 tests/src/editor/edit_complete_word_cmd.c     return mctest_run_all (tc_core);
tc_core           187 tests/src/execute__execute_external_editor_or_viewer.c     TCase *tc_core;
tc_core           189 tests/src/execute__execute_external_editor_or_viewer.c     tc_core = tcase_create ("Core");
tc_core           191 tests/src/execute__execute_external_editor_or_viewer.c     tcase_add_checked_fixture (tc_core, my_setup, my_teardown);
tc_core           194 tests/src/execute__execute_external_editor_or_viewer.c     tcase_add_test (tc_core, do_open_external_editor_or_viewer);
tc_core           197 tests/src/execute__execute_external_editor_or_viewer.c     return mctest_run_all (tc_core);
tc_core           186 tests/src/execute__execute_get_external_cmd_opts_from_config.c     TCase *tc_core;
tc_core           188 tests/src/execute__execute_get_external_cmd_opts_from_config.c     tc_core = tcase_create ("Core");
tc_core           190 tests/src/execute__execute_get_external_cmd_opts_from_config.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           193 tests/src/execute__execute_get_external_cmd_opts_from_config.c     mctest_add_parameterized_test (tc_core, check_if_filename_and_lineno_will_be_subtituted,
tc_core           197 tests/src/execute__execute_get_external_cmd_opts_from_config.c     return mctest_run_all (tc_core);
tc_core           220 tests/src/execute__execute_with_vfs_arg.c     TCase *tc_core;
tc_core           222 tests/src/execute__execute_with_vfs_arg.c     tc_core = tcase_create ("Core");
tc_core           224 tests/src/execute__execute_with_vfs_arg.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           227 tests/src/execute__execute_with_vfs_arg.c     mctest_add_parameterized_test (tc_core, the_file_is_local, the_file_is_local_ds);
tc_core           228 tests/src/execute__execute_with_vfs_arg.c     tcase_add_test (tc_core, the_file_is_remote_but_empty);
tc_core           229 tests/src/execute__execute_with_vfs_arg.c     tcase_add_test (tc_core, the_file_is_remote_fail_to_create_local_copy);
tc_core           230 tests/src/execute__execute_with_vfs_arg.c     tcase_add_test (tc_core, the_file_is_remote);
tc_core           233 tests/src/execute__execute_with_vfs_arg.c     return mctest_run_all (tc_core);
tc_core           161 tests/src/filemanager/cd_to.c     TCase *tc_core;
tc_core           163 tests/src/filemanager/cd_to.c     tc_core = tcase_create ("Core");
tc_core           165 tests/src/filemanager/cd_to.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           168 tests/src/filemanager/cd_to.c     mctest_add_parameterized_test (tc_core, test_empty_mean_home, test_empty_mean_home_ds);
tc_core           171 tests/src/filemanager/cd_to.c     return mctest_run_all (tc_core);
tc_core           131 tests/src/filemanager/examine_cd.c     TCase *tc_core;
tc_core           133 tests/src/filemanager/examine_cd.c     tc_core = tcase_create ("Core");
tc_core           135 tests/src/filemanager/examine_cd.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           138 tests/src/filemanager/examine_cd.c     tcase_add_test (tc_core, test_examine_cd);
tc_core           141 tests/src/filemanager/examine_cd.c     return mctest_run_all (tc_core);
tc_core           121 tests/src/filemanager/exec_get_export_variables_ext.c     TCase *tc_core;
tc_core           123 tests/src/filemanager/exec_get_export_variables_ext.c     tc_core = tcase_create ("Core");
tc_core           125 tests/src/filemanager/exec_get_export_variables_ext.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           128 tests/src/filemanager/exec_get_export_variables_ext.c     tcase_add_test (tc_core, sanitize_variables);
tc_core           131 tests/src/filemanager/exec_get_export_variables_ext.c     return mctest_run_all (tc_core);
tc_core           146 tests/src/filemanager/filegui_is_wildcarded.c     TCase *tc_core;
tc_core           148 tests/src/filemanager/filegui_is_wildcarded.c     tc_core = tcase_create ("Core");
tc_core           150 tests/src/filemanager/filegui_is_wildcarded.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           153 tests/src/filemanager/filegui_is_wildcarded.c     mctest_add_parameterized_test (tc_core, test_is_wildcarded, test_is_wildcarded_ds);
tc_core           156 tests/src/filemanager/filegui_is_wildcarded.c     return mctest_run_all (tc_core);
tc_core           166 tests/src/filemanager/get_random_hint.c     TCase *tc_core;
tc_core           168 tests/src/filemanager/get_random_hint.c     tc_core = tcase_create ("Core");
tc_core           170 tests/src/filemanager/get_random_hint.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           173 tests/src/filemanager/get_random_hint.c     tcase_add_test (tc_core, test_not_force);
tc_core           174 tests/src/filemanager/get_random_hint.c     mctest_add_parameterized_test (tc_core, get_random, get_random_ds);
tc_core           177 tests/src/filemanager/get_random_hint.c     return mctest_run_all (tc_core);
tc_core           153 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     TCase *tc_core;
tc_core           155 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     tc_core = tcase_create ("Core");
tc_core           157 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           160 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     mctest_add_parameterized_test (tc_core, test_ftpfs_parse_long_list,
tc_core           164 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     return mctest_run_all (tc_core);