summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-09-27 20:49:12 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-09-27 20:49:12 +0200
commit26e6fdc64561d7575b3c937a9bb4f39cc8c0954f (patch)
tree7792b2f0824875006f1de4998056aa047e8eb008 /tests
parente7b6e8c60f0001c4b228bda570ec0d1b7dc3a739 (diff)
downloadweechat-26e6fdc64561d7575b3c937a9bb4f39cc8c0954f.zip
api: add function file_compress
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
-rw-r--r--tests/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 765bdec2b..8d1f37f89 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -137,6 +137,8 @@ target_link_libraries(tests
weechat_core
${EXTRA_LIBS}
${CURL_LIBRARIES}
+ ${ZLIB_LIBRARY}
+ ${LIBZSTD_LDFLAGS}
${CPPUTEST_LIBRARIES}
-rdynamic
)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 190e7c79f..56c7440fd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -66,6 +66,8 @@ tests_LDADD = ./../src/core/lib_weechat_core.a \
$(GCRYPT_LFLAGS) \
$(GNUTLS_LFLAGS) \
$(CURL_LFLAGS) \
+ $(ZLIB_LFLAGS) \
+ $(ZSTD_LFLAGS) \
$(CPPUTEST_LFLAGS) \
-lm
tests_LDFLAGS = -rdynamic