1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

core: move home directory functions from weechat.c to wee-dir.c (issue #1285)

This commit is contained in:
Sébastien Helleu
2021-04-18 22:13:13 +02:00
parent 269576eea2
commit 4c5fcb743b
5 changed files with 174 additions and 154 deletions
+18
View File
@@ -117,3 +117,21 @@ TEST(CoreDir, FileGetContent)
unlink (path);
free (content);
}
/*
* Tests functions:
* dir_set_home_path
*/
TEST(CoreDir, SetHomePath)
{
}
/*
* Tests functions:
* dir_create_home_dir
*/
TEST(CoreDir, CreateHomeDir)
{
}