diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-08-07 21:50:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-08-12 20:30:13 +0200 |
commit | 12a6f74ec01d9daa2e23dce5ab15b1ee3ce09006 (patch) | |
tree | acf40a6fdbe99a8192c29408f130bdf900f12d2e /tests/Makefile.am | |
parent | d699ae89aa0ff818b6264ad17f62377f1753999d (diff) | |
download | weechat-12a6f74ec01d9daa2e23dce5ab15b1ee3ce09006.zip |
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
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a1cc51044..f90031d4c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -32,6 +32,7 @@ lib_weechat_unit_tests_a_SOURCES = unit/test-plugins.cpp \ unit/core/test-url.cpp \ unit/core/test-utf8.cpp \ unit/core/test-util.cpp \ + unit/gui/test-line.cpp \ scripts/test-scripts.cpp noinst_PROGRAMS = tests |