1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

core: add command /sys to show resource limits and usage

This commit is contained in:
Sébastien Helleu
2023-08-28 11:53:48 +02:00
parent d328d7f2b8
commit 5ecb1adc34
17 changed files with 519 additions and 204 deletions
-20
View File
@@ -37,26 +37,6 @@ TEST_GROUP(CoreUtil)
{
};
/*
* Tests functions:
* util_setrlimit_resource
*/
TEST(CoreUtil, SetrlimitResource)
{
/* TODO: write tests */
}
/*
* Tests functions:
* util_setrlimit
*/
TEST(CoreUtil, Setrlimit)
{
/* TODO: write tests */
}
/*
* Tests functions:
* util_timeval_cmp