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:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-06-08 09:41:51 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-06-14 17:41:41 +0300
commit9ba1c9f0487bfc44b7709c14c25da430d9f92098 (patch)
treec5f468632f9248e576f8a862a9299636391f4512 /tests/zbxmockassert.h
parentf45c53e84325e419963315c9b312749eaa1f46d4 (diff)
.......... [ZBX-19299] fixed cmocka tests
(cherry picked from commit 1e1e7d1d0829283d4800aace6cf583a9ee667927)
Diffstat (limited to 'tests/zbxmockassert.h')
-rw-r--r--tests/zbxmockassert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/zbxmockassert.h b/tests/zbxmockassert.h
index c14fc4adacd..2af6c2ad17a 100644
--- a/tests/zbxmockassert.h
+++ b/tests/zbxmockassert.h
@@ -22,6 +22,8 @@
#include "common.h"
+extern double ZBX_DOUBLE_EPSILON;
+
void __zbx_mock_assert_str_eq(const char *file, int line, const char *prefix_msg, const char *expected_value,
const char *returned_value);