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>2018-01-31 14:47:00 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2018-01-31 14:47:00 +0300
commit3cb52dce087d5d0ba1b5a1b1744bcd405bb57dea (patch)
tree67b1f4f138011ec7342e02d4a40813fd0120be35 /Makefile.am
parent6b0ca53d83567a94b7a4a09667544199e0ce869d (diff)
....I..... [ZBX-12390] added multiple similar query support to mockdb, mocked DBselectN()
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f00c8b58d6..d90f2763c41 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,6 +109,7 @@ test:
if ZBXCMOCKA
WRAP_DB_FUNCS = \
-Wl,--wrap=zbx_db_vselect \
+ -Wl,--wrap=zbx_db_select_n \
-Wl,--wrap=zbx_db_fetch \
-Wl,--wrap=__zbx_DBexecute \
-Wl,--wrap=DBbegin \