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

core: add calculation of expression in evaluation of expressions with "calc:..." (issue #997)

This commit is contained in:
Sébastien Helleu
2019-09-20 21:37:01 +02:00
parent 0109c51937
commit 997894edc0
40 changed files with 903 additions and 244 deletions
+1
View File
@@ -61,6 +61,7 @@ extern "C"
/* core */
IMPORT_TEST_GROUP(Plugins);
IMPORT_TEST_GROUP(CoreArraylist);
IMPORT_TEST_GROUP(CoreCalc);
IMPORT_TEST_GROUP(CoreEval);
IMPORT_TEST_GROUP(CoreHashtable);
IMPORT_TEST_GROUP(CoreHdata);