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>2018-05-16 08:24:47 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2018-05-16 08:24:47 +0300
commit79defc8376ee3a98b3782b1d3dca747e5984289e (patch)
tree2349749d8859607ba5b80bde1c7633bb7f303c06 /build-backend.xml
parente3fe54c431de38287780dbb5dfcdbad7ecad8534 (diff)
.......... [DEV-840] added agent only and server only configuration in cmocka-tests build for Jenkins
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build-backend.xml b/build-backend.xml
index a3e9b56d355..8cae222bb86 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -295,7 +295,9 @@
<!-- Configuration option name must consist of prefix 'cmocka-', configuration order number
and configuration title: cmocka-<number>-<title> -->
<property name="cmocka-1-default" value="-q --enable-server --enable-agent --enable-proxy --enable-ipv6 --with-mysql --with-jabber --with-libxml2 --with-unixodbc --with-net-snmp --with-ssh2 --with-openipmi --with-libevent --with-mbedtls --with-ldap --with-libcurl --with-iconv --with-libpcre"/>
- <property name="cmocka-2-sanitizer" value="CC=clang CFLAGS='-Wall -Wextra -Wenum-conversion -g -O2 -fsanitize=leak,address' LDFLAGS='-fsanitize=leak,address' -q --enable-server --enable-agent --enable-proxy --enable-ipv6 --with-mysql --with-jabber --with-libxml2 --with-unixodbc --with-net-snmp --with-ssh2 --with-openipmi --with-libevent --with-mbedtls --with-ldap --with-libcurl --with-iconv --with-libpcre"/>
+ <property name="cmocka-2-agent-only" value="-q --enable-agent"/>
+ <property name="cmocka-3-server-only" value="-q --enable-server --with-mysql"/>
+ <property name="cmocka-4-sanitizer" value="CC=clang CFLAGS='-Wall -Wextra -Wenum-conversion -g -O2 -fsanitize=leak,address' LDFLAGS='-fsanitize=leak,address' -q --enable-server --enable-agent --enable-proxy --enable-ipv6 --with-mysql --with-jabber --with-libxml2 --with-unixodbc --with-net-snmp --with-ssh2 --with-openipmi --with-libevent --with-mbedtls --with-ldap --with-libcurl --with-iconv --with-libpcre"/>
</target>
<target name="cmocka-tests" depends="init-cmocka-test-conf-options">