summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-09-29 13:52:58 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-10-01 18:31:41 +0200
commita8ca4b5b3aa6647eb574fcf3ad94b6e2f050ba92 (patch)
tree5a474a53540dac5a066a10a42a96d31267cfc4a6 /tests/CMakeLists.txt
parentdaad5582912d0aa96d83b7703dc924766ad0eb08 (diff)
downloadweechat-a8ca4b5b3aa6647eb574fcf3ad94b6e2f050ba92.zip
tests: add tests on GUI color functions
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt1
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