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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2018-03-16 12:19:55 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2018-03-16 12:19:55 +0300
commitac3fa6c9e8bf46740633b215cd89277dd5fd3652 (patch)
tree09a7a8744d26b0ab78561dcd036586e392a9707b /tests/Makefile.am
parent00cd7a3cf16635e0807e4ef2a4cec32068f5638f (diff)
...G...PS. [DEV-761] Redirect of Log file output to stdout. Implementation of mock for function __zbx_zabbix_log()
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1311fe98274..c9e4f3a6556 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,4 +24,6 @@ libzbxmockdata_a_SOURCES = \
zbxmockutil.h \
zbxmockhelper.c \
zbxmockhelper.h \
- zbxmockcomm.c
+ zbxmockcomm.c \
+ zbxmocklog.c
+