From 12a6f74ec01d9daa2e23dce5ab15b1ee3ce09006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 7 Aug 2018 21:50:04 +0200 Subject: core: fix check of tags in lines All changes: - fix check of tags in lines: check lines without tags, fix check of tags with negation ("!tag") - add string functions string_split_tags and string_free_split_tags - add tests on function gui_line_match_tags --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8e87d894f..b90720498 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -35,6 +35,7 @@ set(LIB_WEECHAT_UNIT_TESTS_SRC unit/core/test-url.cpp unit/core/test-utf8.cpp unit/core/test-util.cpp + unit/gui/test-line.cpp scripts/test-scripts.cpp ) add_library(weechat_unit_tests STATIC ${LIB_WEECHAT_UNIT_TESTS_SRC}) -- cgit v1.2.3