summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-05-23 22:58:46 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-05-27 17:53:50 +0200
commitcefed2591293873d25718613fcfda460ff32eb49 (patch)
tree2738dd915235cd620023aa76271427620367bc6c /tests/Makefile.am
parent79438c72e190283c72f07f1350017b3857b78251 (diff)
downloadweechat-cefed2591293873d25718613fcfda460ff32eb49.zip
core: add command /item (closes #808)
This allows to create custom bar items with evaluated content (like the script text_item.py does).
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d4c610f6a..892837f1b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -39,6 +39,8 @@ lib_weechat_unit_tests_core_a_SOURCES = unit/core/test-core-arraylist.cpp \
unit/core/test-core-url.cpp \
unit/core/test-core-utf8.cpp \
unit/core/test-core-util.cpp \
+ unit/gui/test-gui-bar-item.cpp \
+ unit/gui/test-gui-bar-item-custom.cpp \
unit/gui/test-gui-bar-window.cpp \
unit/gui/test-gui-buffer.cpp \
unit/gui/test-gui-chat.cpp \