Create tests/mctest.h with useful inline macros
commit0e3550594f28df54a09b21c1270dfb569ab26108
authorSlava Zanko <slavazanko@gmail.com>
Sat, 19 Jan 2013 13:42:26 +0000 (19 16:42 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Sat, 9 Mar 2013 12:04:18 +0000 (9 16:04 +0400)
tree0568acbf033ea54adcaa3c2d57690325fd6a3bf6
parentbbf84a02e4afd75fd57bce4d5137d643d8a044a9
Create tests/mctest.h with useful inline macros

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
28 files changed:
tests/Makefile.am
tests/lib/library_independ.c
tests/lib/mc_build_filename.c
tests/lib/mcconfig/config_string.c
tests/lib/mcconfig/user_configs_path.c
tests/lib/name_quote.c
tests/lib/search/regex_process_escape_sequence.c
tests/lib/search/regex_replace_esc_seq.c
tests/lib/serialize.c
tests/lib/vfs/canonicalize_pathname.c
tests/lib/vfs/current_dir.c
tests/lib/vfs/path_cmp.c
tests/lib/vfs/path_len.c
tests/lib/vfs/path_manipulations.c
tests/lib/vfs/path_recode.c
tests/lib/vfs/path_serialize.c
tests/lib/vfs/relative_cd.c
tests/lib/vfs/tempdir.c
tests/lib/vfs/vfs_parse_ls_lga.c
tests/lib/vfs/vfs_path_string_convert.c
tests/lib/vfs/vfs_prefix_to_class.c
tests/lib/vfs/vfs_s_get_path.c
tests/lib/vfs/vfs_split.c
tests/lib/x_basename.c
tests/mctest.h [new file with mode: 0644]
tests/src/filemanager/do_cd_command.c
tests/src/filemanager/examine_cd.c
tests/src/filemanager/exec_get_export_variables_ext.c