tc_core            40 tests/lib/library_independ.c     TCase *tc_core;
tc_core            42 tests/lib/library_independ.c     tc_core = tcase_create ("Core");
tc_core            45 tests/lib/library_independ.c     tcase_add_test (tc_core, test_library_independ);
tc_core            48 tests/lib/library_independ.c     return mctest_run_all (tc_core);
tc_core           130 tests/lib/mc_build_filename.c     TCase *tc_core;
tc_core           132 tests/lib/mc_build_filename.c     tc_core = tcase_create ("Core");
tc_core           134 tests/lib/mc_build_filename.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           137 tests/lib/mc_build_filename.c     mctest_add_parameterized_test (tc_core, test_mc_build_filename, test_mc_build_filename_ds);
tc_core           140 tests/lib/mc_build_filename.c     return mctest_run_all (tc_core);
tc_core           115 tests/lib/mc_realpath.c     TCase *tc_core;
tc_core           118 tests/lib/mc_realpath.c     tc_core = tcase_create ("Core");
tc_core           125 tests/lib/mc_realpath.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           128 tests/lib/mc_realpath.c     mctest_add_parameterized_test (tc_core, realpath_test, data_source);
tc_core           131 tests/lib/mc_realpath.c     return mctest_run_all (tc_core);
tc_core           235 tests/lib/mcconfig/config_string.c     TCase *tc_core;
tc_core           237 tests/lib/mcconfig/config_string.c     tc_core = tcase_create ("Core");
tc_core           239 tests/lib/mcconfig/config_string.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           242 tests/lib/mcconfig/config_string.c     mctest_add_parameterized_test (tc_core, test_create_ini_file_paths, test_create_ini_file_ds);
tc_core           243 tests/lib/mcconfig/config_string.c     tcase_add_test (tc_core, emulate__learn_save);
tc_core           246 tests/lib/mcconfig/config_string.c     return mctest_run_all (tc_core);
tc_core           129 tests/lib/mcconfig/user_configs_path.c     TCase *tc_core;
tc_core           131 tests/lib/mcconfig/user_configs_path.c     tc_core = tcase_create ("Core");
tc_core           133 tests/lib/mcconfig/user_configs_path.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           136 tests/lib/mcconfig/user_configs_path.c     mctest_add_parameterized_test (tc_core, test_user_config_paths, test_user_config_paths_ds);
tc_core           139 tests/lib/mcconfig/user_configs_path.c     return mctest_run_all (tc_core);
tc_core           122 tests/lib/name_quote.c     TCase *tc_core;
tc_core           124 tests/lib/name_quote.c     tc_core = tcase_create ("Core");
tc_core           126 tests/lib/name_quote.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           129 tests/lib/name_quote.c     mctest_add_parameterized_test (tc_core, quote_percent_test, data_source1);
tc_core           130 tests/lib/name_quote.c     mctest_add_parameterized_test (tc_core, name_quote_test, data_source2);
tc_core           133 tests/lib/name_quote.c     return mctest_run_all (tc_core);
tc_core            93 tests/lib/search/glob_prepare_replace_str.c     TCase *tc_core;
tc_core            95 tests/lib/search/glob_prepare_replace_str.c     tc_core = tcase_create ("Core");
tc_core            98 tests/lib/search/glob_prepare_replace_str.c     mctest_add_parameterized_test (tc_core, test_glob_prepare_replace_str,
tc_core           102 tests/lib/search/glob_prepare_replace_str.c     return mctest_run_all (tc_core);
tc_core           102 tests/lib/search/glob_translate_to_regex.c     TCase *tc_core;
tc_core           104 tests/lib/search/glob_translate_to_regex.c     tc_core = tcase_create ("Core");
tc_core           107 tests/lib/search/glob_translate_to_regex.c     mctest_add_parameterized_test (tc_core, test_glob_translate_to_regex,
tc_core           111 tests/lib/search/glob_translate_to_regex.c     return mctest_run_all (tc_core);
tc_core           175 tests/lib/search/hex_translate_to_regex.c     TCase *tc_core;
tc_core           177 tests/lib/search/hex_translate_to_regex.c     tc_core = tcase_create ("Core");
tc_core           180 tests/lib/search/hex_translate_to_regex.c     mctest_add_parameterized_test (tc_core, test_hex_translate_to_regex,
tc_core           184 tests/lib/search/hex_translate_to_regex.c     return mctest_run_all (tc_core);
tc_core           147 tests/lib/search/regex_process_escape_sequence.c     TCase *tc_core;
tc_core           149 tests/lib/search/regex_process_escape_sequence.c     tc_core = tcase_create ("Core");
tc_core           152 tests/lib/search/regex_process_escape_sequence.c     mctest_add_parameterized_test (tc_core, test_regex_process_escape_sequence,
tc_core           156 tests/lib/search/regex_process_escape_sequence.c     return mctest_run_all (tc_core);
tc_core           220 tests/lib/search/regex_replace_esc_seq.c     TCase *tc_core;
tc_core           222 tests/lib/search/regex_replace_esc_seq.c     tc_core = tcase_create ("Core");
tc_core           225 tests/lib/search/regex_replace_esc_seq.c     mctest_add_parameterized_test (tc_core, test_regex_replace_esc_seq_prepare,
tc_core           229 tests/lib/search/regex_replace_esc_seq.c     return mctest_run_all (tc_core);
tc_core            68 tests/lib/search/translate_replace_glob_to_regex.c     TCase *tc_core;
tc_core            70 tests/lib/search/translate_replace_glob_to_regex.c     tc_core = tcase_create ("Core");
tc_core            73 tests/lib/search/translate_replace_glob_to_regex.c     mctest_add_parameterized_test (tc_core, test_translate_replace_glob_to_regex,
tc_core            77 tests/lib/search/translate_replace_glob_to_regex.c     return mctest_run_all (tc_core);
tc_core           321 tests/lib/serialize.c     TCase *tc_core;
tc_core           323 tests/lib/serialize.c     tc_core = tcase_create ("Core");
tc_core           325 tests/lib/serialize.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           328 tests/lib/serialize.c     mctest_add_parameterized_test (tc_core, test_serialize, test_serialize_ds);
tc_core           330 tests/lib/serialize.c     mctest_add_parameterized_test (tc_core, test_deserialize_incorrect,
tc_core           333 tests/lib/serialize.c     mctest_add_parameterized_test (tc_core, test_deserialize, test_deserialize_ds);
tc_core           335 tests/lib/serialize.c     tcase_add_test (tc_core, test_serialize_config);
tc_core           337 tests/lib/serialize.c     mctest_add_parameterized_test (tc_core, test_deserialize_config_incorrect,
tc_core           340 tests/lib/serialize.c     tcase_add_test (tc_core, test_deserialize_config);
tc_core           343 tests/lib/serialize.c     return mctest_run_all (tc_core);
tc_core           355 tests/lib/strutil/filevercmp.c     TCase *tc_core;
tc_core           357 tests/lib/strutil/filevercmp.c     tc_core = tcase_create ("Core");
tc_core           359 tests/lib/strutil/filevercmp.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           362 tests/lib/strutil/filevercmp.c     mctest_add_parameterized_test (tc_core, filevercmp_test1, filevercmp_test_ds1);
tc_core           363 tests/lib/strutil/filevercmp.c     tcase_add_loop_test (tc_core, filevercmp_test2, 0, filevercmp_test_ds2_len);
tc_core           364 tests/lib/strutil/filevercmp.c     tcase_add_loop_test (tc_core, filevercmp_test3, 0, filevercmp_test_ds3_len);
tc_core           365 tests/lib/strutil/filevercmp.c     tcase_add_loop_test (tc_core, filevercmp_test4, 0, filevercmp_test_ds4_len);
tc_core           366 tests/lib/strutil/filevercmp.c     tcase_add_test (tc_core, filevercmp_test5);
tc_core           369 tests/lib/strutil/filevercmp.c     return mctest_run_all (tc_core);
tc_core            95 tests/lib/strutil/parse_integer.c     TCase *tc_core;
tc_core            97 tests/lib/strutil/parse_integer.c     tc_core = tcase_create ("Core");
tc_core            99 tests/lib/strutil/parse_integer.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           102 tests/lib/strutil/parse_integer.c     mctest_add_parameterized_test (tc_core, parse_integer_test, parse_integer_test_ds);
tc_core           105 tests/lib/strutil/parse_integer.c     return mctest_run_all (tc_core);
tc_core           173 tests/lib/strutil/str_replace_all.c     TCase *tc_core;
tc_core           175 tests/lib/strutil/str_replace_all.c     tc_core = tcase_create ("Core");
tc_core           177 tests/lib/strutil/str_replace_all.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           180 tests/lib/strutil/str_replace_all.c     mctest_add_parameterized_test (tc_core, str_replace_all_test, str_replace_all_test_ds);
tc_core           183 tests/lib/strutil/str_replace_all.c     return mctest_run_all (tc_core);
tc_core           114 tests/lib/strutil/str_rstrip_eol.c     TCase *tc_core;
tc_core           116 tests/lib/strutil/str_rstrip_eol.c     tc_core = tcase_create ("Core");
tc_core           118 tests/lib/strutil/str_rstrip_eol.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           121 tests/lib/strutil/str_rstrip_eol.c     mctest_add_parameterized_test (tc_core, str_rstrip_eol_test1, str_rstrip_eol_test_ds1);
tc_core           122 tests/lib/strutil/str_rstrip_eol.c     tcase_add_test (tc_core, str_rstrip_eol_test_null);
tc_core           125 tests/lib/strutil/str_rstrip_eol.c     return mctest_run_all (tc_core);
tc_core           116 tests/lib/strutil/str_verscmp.c     TCase *tc_core;
tc_core           118 tests/lib/strutil/str_verscmp.c     tc_core = tcase_create ("Core");
tc_core           120 tests/lib/strutil/str_verscmp.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           123 tests/lib/strutil/str_verscmp.c     mctest_add_parameterized_test (tc_core, str_verscmp_test, str_verscmp_test_ds);
tc_core           126 tests/lib/strutil/str_verscmp.c     return mctest_run_all (tc_core);
tc_core           369 tests/lib/utilunix__mc_pstream_get_string.c     TCase *tc_core;
tc_core           371 tests/lib/utilunix__mc_pstream_get_string.c     tc_core = tcase_create ("Core");
tc_core           373 tests/lib/utilunix__mc_pstream_get_string.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           376 tests/lib/utilunix__mc_pstream_get_string.c     mctest_add_parameterized_test (tc_core, mc_pstream_get_string_test, data_source);
tc_core           377 tests/lib/utilunix__mc_pstream_get_string.c     tcase_add_test (tc_core, mc_pstream_get_long_file_list_test);
tc_core           380 tests/lib/utilunix__mc_pstream_get_string.c     return mctest_run_all (tc_core);
tc_core           136 tests/lib/utilunix__my_system-fork_child.c     TCase *tc_core;
tc_core           138 tests/lib/utilunix__my_system-fork_child.c     tc_core = tcase_create ("Core");
tc_core           140 tests/lib/utilunix__my_system-fork_child.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           143 tests/lib/utilunix__my_system-fork_child.c     tcase_add_test (tc_core, fork_child);
tc_core           144 tests/lib/utilunix__my_system-fork_child.c     tcase_add_test (tc_core, fork_child_tokens);
tc_core           145 tests/lib/utilunix__my_system-fork_child.c     tcase_add_test (tc_core, fork_child_tokens2);
tc_core           148 tests/lib/utilunix__my_system-fork_child.c     return mctest_run_all (tc_core);
tc_core            69 tests/lib/utilunix__my_system-fork_child_shell.c     TCase *tc_core;
tc_core            71 tests/lib/utilunix__my_system-fork_child_shell.c     tc_core = tcase_create ("Core");
tc_core            73 tests/lib/utilunix__my_system-fork_child_shell.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core            76 tests/lib/utilunix__my_system-fork_child_shell.c     tcase_add_test (tc_core, fork_child_as_shell);
tc_core            79 tests/lib/utilunix__my_system-fork_child_shell.c     return mctest_run_all (tc_core);
tc_core            63 tests/lib/utilunix__my_system-fork_fail.c     TCase *tc_core;
tc_core            65 tests/lib/utilunix__my_system-fork_fail.c     tc_core = tcase_create ("Core");
tc_core            67 tests/lib/utilunix__my_system-fork_fail.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core            70 tests/lib/utilunix__my_system-fork_fail.c     tcase_add_test (tc_core, fork_fail);
tc_core            73 tests/lib/utilunix__my_system-fork_fail.c     return mctest_run_all (tc_core);
tc_core           201 tests/lib/vfs/canonicalize_pathname.c     TCase *tc_core;
tc_core           203 tests/lib/vfs/canonicalize_pathname.c     tc_core = tcase_create ("Core");
tc_core           205 tests/lib/vfs/canonicalize_pathname.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           208 tests/lib/vfs/canonicalize_pathname.c     mctest_add_parameterized_test (tc_core, test_canonicalize_path, test_canonicalize_path_ds);
tc_core           211 tests/lib/vfs/canonicalize_pathname.c     return mctest_run_all (tc_core);
tc_core           191 tests/lib/vfs/current_dir.c     TCase *tc_core;
tc_core           194 tests/lib/vfs/current_dir.c     tc_core = tcase_create ("Core");
tc_core           201 tests/lib/vfs/current_dir.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           204 tests/lib/vfs/current_dir.c     mctest_add_parameterized_test (tc_core, test_cd, test_cd_ds);
tc_core           207 tests/lib/vfs/current_dir.c     return mctest_run_all (tc_core);
tc_core           241 tests/lib/vfs/path_cmp.c     TCase *tc_core;
tc_core           243 tests/lib/vfs/path_cmp.c     tc_core = tcase_create ("Core");
tc_core           245 tests/lib/vfs/path_cmp.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           248 tests/lib/vfs/path_cmp.c     mctest_add_parameterized_test (tc_core, test_path_equal, test_path_equal_ds);
tc_core           249 tests/lib/vfs/path_cmp.c     mctest_add_parameterized_test (tc_core, test_path_equal_len, test_path_equal_len_ds);
tc_core           252 tests/lib/vfs/path_cmp.c     return mctest_run_all (tc_core);
tc_core           135 tests/lib/vfs/path_len.c     TCase *tc_core;
tc_core           137 tests/lib/vfs/path_len.c     tc_core = tcase_create ("Core");
tc_core           139 tests/lib/vfs/path_len.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           142 tests/lib/vfs/path_len.c     mctest_add_parameterized_test (tc_core, test_path_length, test_path_length_ds);
tc_core           145 tests/lib/vfs/path_len.c     return mctest_run_all (tc_core);
tc_core           435 tests/lib/vfs/path_manipulations.c     TCase *tc_core;
tc_core           437 tests/lib/vfs/path_manipulations.c     tc_core = tcase_create ("Core");
tc_core           439 tests/lib/vfs/path_manipulations.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           442 tests/lib/vfs/path_manipulations.c     mctest_add_parameterized_test (tc_core, test_vfs_path_tokens_count,
tc_core           444 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           445 tests/lib/vfs/path_manipulations.c     mctest_add_parameterized_test (tc_core, test_vfs_path_append_vpath,
tc_core           447 tests/lib/vfs/path_manipulations.c     mctest_add_parameterized_test (tc_core, test_vfs_path_relative, test_vfs_path_relative_ds);
tc_core           448 tests/lib/vfs/path_manipulations.c     mctest_add_parameterized_test (tc_core, test_vfs_path_relative_clone,
tc_core           452 tests/lib/vfs/path_manipulations.c     return mctest_run_all (tc_core);
tc_core           268 tests/lib/vfs/path_recode.c     TCase *tc_core;
tc_core           270 tests/lib/vfs/path_recode.c     tc_core = tcase_create ("Core");
tc_core           272 tests/lib/vfs/path_recode.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           275 tests/lib/vfs/path_recode.c     mctest_add_parameterized_test (tc_core, test_path_recode, test_path_recode_ds);
tc_core           276 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           279 tests/lib/vfs/path_recode.c     return mctest_run_all (tc_core);
tc_core           188 tests/lib/vfs/path_serialize.c     TCase *tc_core;
tc_core           190 tests/lib/vfs/path_serialize.c     tc_core = tcase_create ("Core");
tc_core           192 tests/lib/vfs/path_serialize.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           195 tests/lib/vfs/path_serialize.c     tcase_add_test (tc_core, test_path_serialize);
tc_core           196 tests/lib/vfs/path_serialize.c     tcase_add_test (tc_core, test_path_deserialize);
tc_core           199 tests/lib/vfs/path_serialize.c     return mctest_run_all (tc_core);
tc_core           189 tests/lib/vfs/relative_cd.c     TCase *tc_core;
tc_core           192 tests/lib/vfs/relative_cd.c     tc_core = tcase_create ("Core");
tc_core           199 tests/lib/vfs/relative_cd.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           202 tests/lib/vfs/relative_cd.c     mctest_add_parameterized_test (tc_core, test_relative_cd, test_relative_cd_ds);
tc_core           203 tests/lib/vfs/relative_cd.c     tcase_add_test (tc_core, test_vpath_to_str_filter);
tc_core           206 tests/lib/vfs/relative_cd.c     return mctest_run_all (tc_core);
tc_core           121 tests/lib/vfs/tempdir.c     TCase *tc_core;
tc_core           123 tests/lib/vfs/tempdir.c     tc_core = tcase_create ("Core");
tc_core           125 tests/lib/vfs/tempdir.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           128 tests/lib/vfs/tempdir.c     tcase_add_test (tc_core, test_mc_tmpdir);
tc_core           129 tests/lib/vfs/tempdir.c     tcase_add_test (tc_core, test_mc_mkstemps);
tc_core           132 tests/lib/vfs/tempdir.c     return mctest_run_all (tc_core);
tc_core           107 tests/lib/vfs/vfs_adjust_stat.c     TCase *tc_core;
tc_core           109 tests/lib/vfs/vfs_adjust_stat.c     tc_core = tcase_create ("Core");
tc_core           112 tests/lib/vfs/vfs_adjust_stat.c     mctest_add_parameterized_test (tc_core, test_vfs_adjust_stat, test_vfs_adjust_stat_ds);
tc_core           115 tests/lib/vfs/vfs_adjust_stat.c     return mctest_run_all (tc_core);
tc_core           154 tests/lib/vfs/vfs_get_encoding.c     TCase *tc_core;
tc_core           156 tests/lib/vfs/vfs_get_encoding.c     tc_core = tcase_create ("Core");
tc_core           158 tests/lib/vfs/vfs_get_encoding.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           161 tests/lib/vfs/vfs_get_encoding.c     mctest_add_parameterized_test (tc_core, test_vfs_get_encoding, test_vfs_get_encoding_ds);
tc_core           164 tests/lib/vfs/vfs_get_encoding.c     return mctest_run_all (tc_core);
tc_core           392 tests/lib/vfs/vfs_parse_ls_lga.c     TCase *tc_core;
tc_core           394 tests/lib/vfs/vfs_parse_ls_lga.c     tc_core = tcase_create ("Core");
tc_core           396 tests/lib/vfs/vfs_parse_ls_lga.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           399 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           400 tests/lib/vfs/vfs_parse_ls_lga.c     tcase_add_test (tc_core, test_vfs_parse_ls_lga_reorder);
tc_core           401 tests/lib/vfs/vfs_parse_ls_lga.c     tcase_add_test (tc_core, test_vfs_parse_ls_lga_unaligned);
tc_core           404 tests/lib/vfs/vfs_parse_ls_lga.c     return mctest_run_all (tc_core);
tc_core           107 tests/lib/vfs/vfs_path_from_str_flags.c     TCase *tc_core;
tc_core           109 tests/lib/vfs/vfs_path_from_str_flags.c     tc_core = tcase_create ("Core");
tc_core           111 tests/lib/vfs/vfs_path_from_str_flags.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           114 tests/lib/vfs/vfs_path_from_str_flags.c     mctest_add_parameterized_test (tc_core, test_strip_home, test_strip_home_ds);
tc_core           117 tests/lib/vfs/vfs_path_from_str_flags.c     return mctest_run_all (tc_core);
tc_core           329 tests/lib/vfs/vfs_path_string_convert.c     TCase *tc_core;
tc_core           331 tests/lib/vfs/vfs_path_string_convert.c     tc_core = tcase_create ("Core");
tc_core           333 tests/lib/vfs/vfs_path_string_convert.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           336 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           337 tests/lib/vfs/vfs_path_string_convert.c     mctest_add_parameterized_test (tc_core, test_partial_string_by_index,
tc_core           340 tests/lib/vfs/vfs_path_string_convert.c     tcase_add_test (tc_core, test_vfs_path_encoding_at_end);
tc_core           344 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           146 tests/lib/vfs/vfs_s_get_path.c     TCase *tc_core;
tc_core           148 tests/lib/vfs/vfs_s_get_path.c     tc_core = tcase_create ("Core");
tc_core           150 tests/lib/vfs/vfs_s_get_path.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           153 tests/lib/vfs/vfs_s_get_path.c     tcase_add_test (tc_core, test_vfs_s_get_path);
tc_core           156 tests/lib/vfs/vfs_s_get_path.c     return mctest_run_all (tc_core);
tc_core           131 tests/lib/vfs/vfs_setup_cwd.c     TCase *tc_core;
tc_core           133 tests/lib/vfs/vfs_setup_cwd.c     tc_core = tcase_create ("Core");
tc_core           135 tests/lib/vfs/vfs_setup_cwd.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           138 tests/lib/vfs/vfs_setup_cwd.c     mctest_add_parameterized_test (tc_core, test_vfs_setup_cwd_symlink,
tc_core           142 tests/lib/vfs/vfs_setup_cwd.c     return mctest_run_all (tc_core);
tc_core           200 tests/lib/vfs/vfs_split.c     TCase *tc_core;
tc_core           202 tests/lib/vfs/vfs_split.c     tc_core = tcase_create ("Core");
tc_core           204 tests/lib/vfs/vfs_split.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           207 tests/lib/vfs/vfs_split.c     mctest_add_parameterized_test (tc_core, test_vfs_split, test_vfs_split_ds);
tc_core           210 tests/lib/vfs/vfs_split.c     return mctest_run_all (tc_core);
tc_core           149 tests/lib/widget/complete_engine.c     TCase *tc_core;
tc_core           151 tests/lib/widget/complete_engine.c     tc_core = tcase_create ("Core");
tc_core           153 tests/lib/widget/complete_engine.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           156 tests/lib/widget/complete_engine.c     mctest_add_parameterized_test (tc_core, test_complete_engine_fill_completions,
tc_core           160 tests/lib/widget/complete_engine.c     return mctest_run_all (tc_core);
tc_core           144 tests/lib/widget/group_init_destroy.c     TCase *tc_core;
tc_core           146 tests/lib/widget/group_init_destroy.c     tc_core = tcase_create ("Core");
tc_core           149 tests/lib/widget/group_init_destroy.c     tcase_add_test (tc_core, test_group_init_deinit);
tc_core           152 tests/lib/widget/group_init_destroy.c     return mctest_run_all (tc_core);
tc_core           146 tests/lib/widget/hotkey_equal.c     TCase *tc_core;
tc_core           148 tests/lib/widget/hotkey_equal.c     tc_core = tcase_create ("Core");
tc_core           150 tests/lib/widget/hotkey_equal.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           153 tests/lib/widget/hotkey_equal.c     mctest_add_parameterized_test (tc_core, test_hotkey_equal, test_hotkey_equal_ds);
tc_core           156 tests/lib/widget/hotkey_equal.c     return mctest_run_all (tc_core);
tc_core           105 tests/lib/widget/widget_find_by_id.c     TCase *tc_core;
tc_core           107 tests/lib/widget/widget_find_by_id.c     tc_core = tcase_create ("Core");
tc_core           110 tests/lib/widget/widget_find_by_id.c     tcase_add_test (tc_core, test_widget_find_by_id);
tc_core           113 tests/lib/widget/widget_find_by_id.c     return mctest_run_all (tc_core);
tc_core           130 tests/lib/widget/widget_make_global_local.c     TCase *tc_core;
tc_core           132 tests/lib/widget/widget_make_global_local.c     tc_core = tcase_create ("Core");
tc_core           135 tests/lib/widget/widget_make_global_local.c     tcase_add_test (tc_core, test_widget_make_global_local);
tc_core           138 tests/lib/widget/widget_make_global_local.c     return mctest_run_all (tc_core);
tc_core           108 tests/lib/x_basename.c     TCase *tc_core;
tc_core           110 tests/lib/x_basename.c     tc_core = tcase_create ("Core");
tc_core           112 tests/lib/x_basename.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           115 tests/lib/x_basename.c     mctest_add_parameterized_test (tc_core, test_x_basename, test_x_basename_ds);
tc_core           118 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            14 tests/mctest.h         tcase_add_loop_test (tc_core, test_func, 0, G_N_ELEMENTS (test_data_source));              \
tc_core            85 tests/mctest.h mctest_run_all (TCase *tc_core)
tc_core            92 tests/mctest.h     suite_add_tcase (s, tc_core);
tc_core           373 tests/src/editor/edit_complete_word_cmd.c     TCase *tc_core;
tc_core           375 tests/src/editor/edit_complete_word_cmd.c     tc_core = tcase_create ("Core");
tc_core           377 tests/src/editor/edit_complete_word_cmd.c     tcase_add_checked_fixture (tc_core, my_setup, my_teardown);
tc_core           381 tests/src/editor/edit_complete_word_cmd.c     mctest_add_parameterized_test (tc_core, test_autocomplete, test_autocomplete_ds);
tc_core           382 tests/src/editor/edit_complete_word_cmd.c     mctest_add_parameterized_test (tc_core, test_autocomplete_single, test_autocomplete_single_ds);
tc_core           386 tests/src/editor/edit_complete_word_cmd.c     return mctest_run_all (tc_core);
tc_core           181 tests/src/execute__execute_external_editor_or_viewer.c     TCase *tc_core;
tc_core           183 tests/src/execute__execute_external_editor_or_viewer.c     tc_core = tcase_create ("Core");
tc_core           185 tests/src/execute__execute_external_editor_or_viewer.c     tcase_add_checked_fixture (tc_core, my_setup, my_teardown);
tc_core           188 tests/src/execute__execute_external_editor_or_viewer.c     tcase_add_test (tc_core, do_open_external_editor_or_viewer);
tc_core           191 tests/src/execute__execute_external_editor_or_viewer.c     return mctest_run_all (tc_core);
tc_core           176 tests/src/execute__execute_get_external_cmd_opts_from_config.c     TCase *tc_core;
tc_core           178 tests/src/execute__execute_get_external_cmd_opts_from_config.c     tc_core = tcase_create ("Core");
tc_core           180 tests/src/execute__execute_get_external_cmd_opts_from_config.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           183 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           187 tests/src/execute__execute_get_external_cmd_opts_from_config.c     return mctest_run_all (tc_core);
tc_core           196 tests/src/execute__execute_with_vfs_arg.c     TCase *tc_core;
tc_core           198 tests/src/execute__execute_with_vfs_arg.c     tc_core = tcase_create ("Core");
tc_core           200 tests/src/execute__execute_with_vfs_arg.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           203 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           204 tests/src/execute__execute_with_vfs_arg.c     tcase_add_test (tc_core, the_file_is_remote_but_empty);
tc_core           205 tests/src/execute__execute_with_vfs_arg.c     tcase_add_test (tc_core, the_file_is_remote_fail_to_create_local_copy);
tc_core           206 tests/src/execute__execute_with_vfs_arg.c     tcase_add_test (tc_core, the_file_is_remote);
tc_core           209 tests/src/execute__execute_with_vfs_arg.c     return mctest_run_all (tc_core);
tc_core           146 tests/src/filemanager/cd_to.c     TCase *tc_core;
tc_core           148 tests/src/filemanager/cd_to.c     tc_core = tcase_create ("Core");
tc_core           150 tests/src/filemanager/cd_to.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           153 tests/src/filemanager/cd_to.c     mctest_add_parameterized_test (tc_core, test_empty_mean_home, test_empty_mean_home_ds);
tc_core           156 tests/src/filemanager/cd_to.c     return mctest_run_all (tc_core);
tc_core           128 tests/src/filemanager/examine_cd.c     TCase *tc_core;
tc_core           130 tests/src/filemanager/examine_cd.c     tc_core = tcase_create ("Core");
tc_core           132 tests/src/filemanager/examine_cd.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           135 tests/src/filemanager/examine_cd.c     tcase_add_test (tc_core, test_examine_cd);
tc_core           138 tests/src/filemanager/examine_cd.c     return mctest_run_all (tc_core);
tc_core           116 tests/src/filemanager/exec_get_export_variables_ext.c     TCase *tc_core;
tc_core           118 tests/src/filemanager/exec_get_export_variables_ext.c     tc_core = tcase_create ("Core");
tc_core           120 tests/src/filemanager/exec_get_export_variables_ext.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           123 tests/src/filemanager/exec_get_export_variables_ext.c     tcase_add_test (tc_core, sanitize_variables);
tc_core           126 tests/src/filemanager/exec_get_export_variables_ext.c     return mctest_run_all (tc_core);
tc_core            98 tests/src/filemanager/filegui_is_wildcarded.c     TCase *tc_core;
tc_core           100 tests/src/filemanager/filegui_is_wildcarded.c     tc_core = tcase_create ("Core");
tc_core           102 tests/src/filemanager/filegui_is_wildcarded.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           105 tests/src/filemanager/filegui_is_wildcarded.c     mctest_add_parameterized_test (tc_core, test_is_wildcarded, test_is_wildcarded_ds);
tc_core           108 tests/src/filemanager/filegui_is_wildcarded.c     return mctest_run_all (tc_core);
tc_core           159 tests/src/filemanager/get_random_hint.c     TCase *tc_core;
tc_core           161 tests/src/filemanager/get_random_hint.c     tc_core = tcase_create ("Core");
tc_core           163 tests/src/filemanager/get_random_hint.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           166 tests/src/filemanager/get_random_hint.c     tcase_add_test (tc_core, test_not_force);
tc_core           167 tests/src/filemanager/get_random_hint.c     mctest_add_parameterized_test (tc_core, get_random, get_random_ds);
tc_core           170 tests/src/filemanager/get_random_hint.c     return mctest_run_all (tc_core);
tc_core           141 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     TCase *tc_core;
tc_core           143 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     tc_core = tcase_create ("Core");
tc_core           145 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     tcase_add_checked_fixture (tc_core, setup, teardown);
tc_core           148 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     mctest_add_parameterized_test (tc_core, test_ftpfs_parse_long_list,
tc_core           152 tests/src/vfs/ftpfs/ftpfs_parse_long_list.c     return mctest_run_all (tc_core);