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>2017-12-06 18:22:35 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2017-12-06 18:22:35 +0300
commitd9d817ca2d08cac472199f396ecc608a683a1746 (patch)
tree018aca8dbd9a3840a9c4fe3d1c3e40cbe671b5b2 /tests/libs/Makefile.am
parente4ba801924531b0002e36542ae79471b8167656e (diff)
.......... [DEV-753] initial version of test application with assert and utility additions to mock framework
Diffstat (limited to 'tests/libs/Makefile.am')
-rw-r--r--tests/libs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libs/Makefile.am b/tests/libs/Makefile.am
index 5a052b838f9..a48fc9f9498 100644
--- a/tests/libs/Makefile.am
+++ b/tests/libs/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS = \
zbxconf \
zbxdbhigh \
+ zbxjson \
zbxsysinfo
+