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:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user