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
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-09-29 13:00:55 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-09-29 13:00:55 +0300
commitca84ea38079bc81ec65a8dcf4186483325b4d4b8 (patch)
tree4010638123e5ea0bf675e4b151481dffc1ff735c /tests/libs/zbxdbcache
parenta4969c350369027b8fc0d14f023a804913d1b7ae (diff)
.......... [ZBXNEXT-6923] fixed value cache tests
Diffstat (limited to 'tests/libs/zbxdbcache')
-rw-r--r--tests/libs/zbxdbcache/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libs/zbxdbcache/Makefile.am b/tests/libs/zbxdbcache/Makefile.am
index 42bf097c01d..4cecca22612 100644
--- a/tests/libs/zbxdbcache/Makefile.am
+++ b/tests/libs/zbxdbcache/Makefile.am
@@ -81,6 +81,7 @@ COMMON_WRAP_FUNCS = \
-Wl,--wrap=zbx_mutex_create \
-Wl,--wrap=zbx_mutex_destroy \
-Wl,--wrap=zbx_mem_create \
+ -Wl,--wrap=zbx_mem_destroy \
-Wl,--wrap=__zbx_mem_malloc \
-Wl,--wrap=__zbx_mem_realloc \
-Wl,--wrap=__zbx_mem_free \