1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +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
+1
View File
@@ -77,6 +77,7 @@ IMPORT_TEST_GROUP(CoreString);
IMPORT_TEST_GROUP(CoreUrl);
IMPORT_TEST_GROUP(CoreUtf8);
IMPORT_TEST_GROUP(CoreUtil);
IMPORT_TEST_GROUP(CoreSys);
/* GUI */
IMPORT_TEST_GROUP(GuiBar);
IMPORT_TEST_GROUP(GuiBarItem);