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

tests: add tests of arraylist functions

This commit is contained in:
Sébastien Helleu
2014-08-30 14:14:44 +02:00
parent 8430708fad
commit dda1a66fd7
4 changed files with 426 additions and 3 deletions
+1
View File
@@ -47,6 +47,7 @@ extern "C"
#include "CppUTest/CommandLineTestRunner.h"
/* import tests from libs */
IMPORT_TEST_GROUP(Arraylist);
IMPORT_TEST_GROUP(Eval);
IMPORT_TEST_GROUP(Hashtable);
IMPORT_TEST_GROUP(Hdata);