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/Makefile.am | |
parent | 00e79af39cc63a16101974c9059448567dd6b026 (diff) | |
download | weechat-99b7aa9d27ce7aea0a095bf74a51c75b170a20b3.zip |
tests: fix memory leaks
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 106e9f353..a093cce84 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -51,6 +51,7 @@ tests_LDADD = ./../src/core/lib_weechat_core.a \ $(CPPUTEST_LFLAGS) \ -lm -tests_SOURCES = tests.cpp +tests_SOURCES = tests.cpp \ + tests.h EXTRA_DIST = CMakeLists.txt |