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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2017-11-22 19:31:00 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2017-11-22 19:31:00 +0300
commit4c55e3feac0ce3f8725726ef57ecd8b1218869ac (patch)
treebc283083561d7a66178264c940cadcd72a431f7f /Makefile.am
parentf3ca2f1fcdb437acaaf560c2e33cce74ee76f979 (diff)
....I..... [DEV-628] reimplemented mock test framework based on YAML input file format
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8f093689e49..8fedb7d7f9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,7 +103,7 @@ WRAP_DB_FUNCS = \
tests:
$(MAKE) $(AM_MAKEFLAGS) && \
cd tests && \
- $(MAKE) $(AM_MAKEFLAGS) LDFLAGS="$(LDFLAGS) $(WRAP_DB_FUNCS)" LIBS="$(LIBS) -lcmocka" && \
+ $(MAKE) $(AM_MAKEFLAGS) LDFLAGS="$(LDFLAGS) $(WRAP_DB_FUNCS)" LIBS="$(LIBS) -lcmocka -lyaml" && \
./tests_run.pl
endif