1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 07:46:38 +02:00

core: add command /toggle

This commit is contained in:
Sébastien Helleu
2021-10-01 22:55:38 +02:00
parent 9548a4cf74
commit ad5fa7c99f
33 changed files with 2188 additions and 128 deletions
+1
View File
@@ -61,6 +61,7 @@ extern "C"
/* core */
IMPORT_TEST_GROUP(CoreArraylist);
IMPORT_TEST_GROUP(CoreCalc);
IMPORT_TEST_GROUP(CoreConfigFile);
IMPORT_TEST_GROUP(CoreCrypto);
IMPORT_TEST_GROUP(CoreDir);
IMPORT_TEST_GROUP(CoreEval);