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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2019-06-06 15:05:58 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2019-06-06 15:13:42 +0300
commit44d40dd440fb2d058b3a71bdf6d7988237c360a7 (patch)
tree5602ed3fbf91570d39673db9b62c3ba4c3117871 /Makefile.am
parent6e5a7d54ce7b3be539162d943b99606ca3c012ae (diff)
.......... [DEV-1092] fixed cmocka tests when compiled with '--converage' flag
* commit 'f4c72c4e8a9f4c69f7305905a4b25b45637f13a6': .......... [DEV-1092] added commnet for __wrap_read() .......... [DEV-1092] refactored cmocka test wrap functions .......... [DEV-1092] fixed cmocka tests when compiled with '--converage' flag (cherry picked from commit d3b93c7f6899ab907a52d782bebb4547fae57d25) (cherry picked from commit 9506785e3664cb5c6114804d8d758c57c2f145a8)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 74257d517b9..459a0dc2fad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -138,7 +138,8 @@ WRAP_DB_FUNCS = \
WRAP_IO_FUNCS = \
-Wl,--wrap=fopen \
-Wl,--wrap=fclose \
- -Wl,--wrap=fgets
+ -Wl,--wrap=fgets \
+ -Wl,--wrap=open
WRAP_FS_FUNCS = \
-Wl,--wrap=opendir \
@@ -152,8 +153,7 @@ WRAP_EXIT = \
WRAP_COMM_FUNCS = \
-Wl,--wrap=read \
- -Wl,--wrap=connect \
- -Wl,--wrap=open
+ -Wl,--wrap=connect
WRAP_LOG = \
-Wl,--wrap=__zbx_zabbix_log