Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-03-14 12:35:09 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-03-14 12:35:09 +0300
commit65c84249f155675537ad3ce3f8ce8af8dd158799 (patch)
treecb06f7993570dca4923dc997b4889b2b331412e1 /tests
parent50bdc5ed0ad19cbf149e9339a04a7cb67719a4b1 (diff)
.......... [DEV-2113] fixed cmocka
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxcomms/Makefile.am1
-rw-r--r--tests/libs/zbxcommshigh/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/libs/zbxcomms/Makefile.am b/tests/libs/zbxcomms/Makefile.am
index 52b75778463..7bd6fcbb9d7 100644
--- a/tests/libs/zbxcomms/Makefile.am
+++ b/tests/libs/zbxcomms/Makefile.am
@@ -27,6 +27,7 @@ COMMON_LIB_FILES = \
$(top_srcdir)/src/libs/zbxsys/libzbxsys.a \
$(top_srcdir)/src/libs/zbxcommon/libzbxcommon.a \
$(top_srcdir)/src/libs/zbxcrypto/libzbxcrypto.a \
+ $(top_srcdir)/src/libs/zbxhash/libzbxhash.a \
$(top_srcdir)/src/libs/zbxjson/libzbxjson.a \
$(top_srcdir)/src/libs/zbxexec/libzbxexec.a \
$(top_srcdir)/src/libs/zbxmodules/libzbxmodules.a \
diff --git a/tests/libs/zbxcommshigh/Makefile.am b/tests/libs/zbxcommshigh/Makefile.am
index 3798a316fce..a73473cdd61 100644
--- a/tests/libs/zbxcommshigh/Makefile.am
+++ b/tests/libs/zbxcommshigh/Makefile.am
@@ -27,6 +27,7 @@ COMMON_LIB_FILES = \
$(top_srcdir)/src/libs/zbxsys/libzbxsys.a \
$(top_srcdir)/src/libs/zbxcommon/libzbxcommon.a \
$(top_srcdir)/src/libs/zbxcrypto/libzbxcrypto.a \
+ $(top_srcdir)/src/libs/zbxhash/libzbxhash.a \
$(top_srcdir)/src/libs/zbxjson/libzbxjson.a \
$(top_srcdir)/src/libs/zbxexec/libzbxexec.a \
$(top_srcdir)/src/libs/zbxmodules/libzbxmodules.a \