Tests clean up.
commitf411d44fea9a1e36a16314f4d4a84997d3d3424d
authorAndrew Borodin <aborodin@vmail.ru>
Sun, 20 Feb 2022 14:21:37 +0000 (20 17:21 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sun, 13 Mar 2022 10:17:27 +0000 (13 13:17 +0300)
tree856ef59b11d5ad843fbb12445296c713d6cbcf13
parentf0924b954d7ba4eb98f5179afa000438b9845818
Tests clean up.

Remove mc-specific macros mctest_assert_int_eq and mctest_assert_int_ne.
Use ck_assert_int_eq() and ck_assert_int_ne() functions respectively.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
26 files changed:
tests/lib/search/hex_translate_to_regex.c
tests/lib/search/regex_replace_esc_seq.c
tests/lib/serialize.c
tests/lib/strutil/filevercmp.c
tests/lib/strutil/str_verscmp.c
tests/lib/utilunix__mc_pstream_get_string.c
tests/lib/utilunix__my_system-common.c
tests/lib/utilunix__my_system-fork_child.c
tests/lib/utilunix__my_system-fork_child_shell.c
tests/lib/utilunix__my_system-fork_fail.c
tests/lib/vfs/path_cmp.c
tests/lib/vfs/path_len.c
tests/lib/vfs/path_manipulations.c
tests/lib/vfs/relative_cd.c
tests/lib/vfs/tempdir.c
tests/lib/vfs/vfs_adjust_stat.c
tests/lib/vfs/vfs_parse_ls_lga.c
tests/lib/vfs/vfs_path_string_convert.c
tests/lib/widget/complete_engine.c
tests/lib/widget/hotkey_equal.c
tests/mctest.h
tests/src/editor/edit_complete_word_cmd.c
tests/src/execute__execute_external_editor_or_viewer.c
tests/src/execute__execute_with_vfs_arg.c
tests/src/filemanager/cd_to.c
tests/src/filemanager/filegui_is_wildcarded.c