diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-29 13:52:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-01 18:31:41 +0200 |
commit | a8ca4b5b3aa6647eb574fcf3ad94b6e2f050ba92 (patch) | |
tree | 5a474a53540dac5a066a10a42a96d31267cfc4a6 /tests/CMakeLists.txt | |
parent | daad5582912d0aa96d83b7703dc924766ad0eb08 (diff) | |
download | weechat-a8ca4b5b3aa6647eb574fcf3ad94b6e2f050ba92.zip |
tests: add tests on GUI color functions
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 25be90be7..fe1db3791 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -38,6 +38,7 @@ set(LIB_WEECHAT_UNIT_TESTS_CORE_SRC unit/core/test-core-url.cpp unit/core/test-core-utf8.cpp unit/core/test-core-util.cpp + unit/gui/test-gui-color.cpp unit/gui/test-gui-line.cpp unit/gui/test-gui-nick.cpp scripts/test-scripts.cpp |