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-11-09 11:05:17 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-11-09 11:05:17 +0300
commitbbaed9ff730649ac34b0c0be1e7d13ac39f75cbb (patch)
tree8fca9bea361a5312201f8ec8039d22bb88611b24 /tests
parent8c39dc84f840d3ce17d7fa4517eb36622a6a5d3e (diff)
parent87e29798bfe984bd6ed3e5c1ce36d45f499ffa5f (diff)
.......... [DEV-2134] refactored global variables CONFIG_LOG_TYPE_STR, CONFIG_LOG_TYPE, CONFIG_LOG_FILE and CONFIG_LOG_FILE_SIZE
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxcommon/Makefile.am1
-rw-r--r--tests/libs/zbxtime/Makefile.am1
-rw-r--r--tests/libs/zbxtrends/Makefile.am1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/libs/zbxcommon/Makefile.am b/tests/libs/zbxcommon/Makefile.am
index eedff6448a9..ad72b2519ad 100644
--- a/tests/libs/zbxcommon/Makefile.am
+++ b/tests/libs/zbxcommon/Makefile.am
@@ -39,6 +39,7 @@ COMMON_SRC_FILES = \
../../zbxmocktest.h
COMMON_LIB_FILES = \
+ $(top_srcdir)/tests/libzbxmockdata.a \
$(top_srcdir)/src/zabbix_server/alerter/libzbxalerter.a \
$(top_srcdir)/src/zabbix_server/dbsyncer/libzbxdbsyncer.a \
$(top_srcdir)/src/zabbix_server/dbconfig/libzbxdbconfig.a \
diff --git a/tests/libs/zbxtime/Makefile.am b/tests/libs/zbxtime/Makefile.am
index 4cd52c8082b..68226b613b3 100644
--- a/tests/libs/zbxtime/Makefile.am
+++ b/tests/libs/zbxtime/Makefile.am
@@ -10,6 +10,7 @@ COMMON_SRC_FILES = \
../../zbxmocktest.h
COMMON_LIB_FILES = \
+ $(top_srcdir)/tests/libzbxmockdata.a \
$(top_srcdir)/src/libs/zbxtime/libzbxtime.a \
$(top_srcdir)/src/libs/zbxnix/libzbxnix.a \
$(top_srcdir)/src/libs/zbxlog/libzbxlog.a \
diff --git a/tests/libs/zbxtrends/Makefile.am b/tests/libs/zbxtrends/Makefile.am
index 064de208364..ae2b1c75245 100644
--- a/tests/libs/zbxtrends/Makefile.am
+++ b/tests/libs/zbxtrends/Makefile.am
@@ -11,6 +11,7 @@ COMMON_SRC_FILES = \
../../zbxmocktest.h
COMMON_LIB_FILES = \
+ $(top_srcdir)/tests/libzbxmockdata.a \
$(top_srcdir)/src/libs/zbxtrends/libzbxtrends.a \
$(top_srcdir)/src/libs/zbxregexp/libzbxregexp.a \
$(top_srcdir)/src/libs/zbxshmem/libzbxshmem.a \