]> granicus.if.org Git - neomutt/commit
test: templates for path functions
authorRichard Russon <rich@flatcap.org>
Thu, 18 Apr 2019 22:26:39 +0000 (23:26 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 24 Apr 2019 11:16:16 +0000 (12:16 +0100)
commit904baba5145c5f30df07ed2d8d51b97399c6be9e
treeec7cece35592bde815e8ac86199d4a9070b88bbd
parent0fbc84e022584e390261612c52febaf4a9ec286b
test: templates for path functions
18 files changed:
.gitignore
test/Makefile.autosetup
test/path/main.c [new file with mode: 0644]
test/path/mutt_path_abbr_folder.c [new file with mode: 0644]
test/path/mutt_path_basename.c [new file with mode: 0644]
test/path/mutt_path_canon.c [new file with mode: 0644]
test/path/mutt_path_concat.c [new file with mode: 0644]
test/path/mutt_path_concatn.c [new file with mode: 0644]
test/path/mutt_path_dirname.c [new file with mode: 0644]
test/path/mutt_path_escape.c [new file with mode: 0644]
test/path/mutt_path_getcwd.c [new file with mode: 0644]
test/path/mutt_path_parent.c [new file with mode: 0644]
test/path/mutt_path_pretty.c [new file with mode: 0644]
test/path/mutt_path_realpath.c [new file with mode: 0644]
test/path/mutt_path_tidy.c [new file with mode: 0644]
test/path/mutt_path_tidy_dotdot.c [new file with mode: 0644]
test/path/mutt_path_tidy_slash.c [new file with mode: 0644]
test/path/mutt_path_to_absolute.c [new file with mode: 0644]