diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-14 19:13:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-14 19:13:32 +0200 |
commit | 99b7aa9d27ce7aea0a095bf74a51c75b170a20b3 (patch) | |
tree | c25f3ca50c89e0e224a18632852b6eba3198f0ad /tests/CMakeLists.txt | |
parent | 00e79af39cc63a16101974c9059448567dd6b026 (diff) | |
download | weechat-99b7aa9d27ce7aea0a095bf74a51c75b170a20b3.zip |
tests: fix memory leaks
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 103d07b47..43d9f2e52 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -44,7 +44,7 @@ set(LIB_WEECHAT_UNIT_TESTS_SRC add_library(weechat_unit_tests STATIC ${LIB_WEECHAT_UNIT_TESTS_SRC}) # binary to run tests -set(WEECHAT_TESTS_SRC tests.cpp) +set(WEECHAT_TESTS_SRC tests.cpp tests.h) add_executable(tests ${WEECHAT_TESTS_SRC}) set(LIBS ${LIBS} |