Source
252
252
</for>
253
253
</target>
254
254
255
255
<target name="init-cmocka-ora-test-conf-options">
256
256
<property name="ORA_INCLUDE" value="/usr/include/oracle/12.1/client64"/>
257
257
<property name="ORA_LIB" value="/usr/lib/oracle/12.1/client64/lib"/>
258
258
259
259
<!-- Zabbix various configuration parameters for cmocka Oracle tests -->
260
260
<!-- Configuration option name must consist of prefix 'cmocka-ora-', configuration order number
261
261
and configuration title: cmocka-<number>-<title> -->
262
-
<property name="cmocka-ora-1-default" value="-q CFLAGS='${COMP_FLAGS_ORACLE}' ${ZBX_BASE_FLAGS} --enable-ipv6 --with-jabber --with-openipmi --with-openssl --with-iconv --with-libpcre --with-oracle --with-oracle-include=${ORA_INCLUDE} --with-oracle-lib=${ORA_LIB}"/>
262
+
<property name="cmocka-ora-1-default" value="-q CFLAGS='${COMP_FLAGS_ORACLE}' ${ZBX_BASE_FLAGS} --enable-ipv6 --with-openipmi --with-openssl --with-iconv --with-libpcre --with-oracle --with-oracle-include=${ORA_INCLUDE} --with-oracle-lib=${ORA_LIB}"/>
263
263
<property name="cmocka-ora-2-server-only" value="-q CFLAGS='${COMP_FLAGS_ORACLE}' --enable-server --with-oracle --with-oracle-include=${ORA_INCLUDE} --with-oracle-lib=${ORA_LIB}"/>
264
264
<property name="cmocka-ora-3-proxy-only" value="-q CFLAGS='${COMP_FLAGS_ORACLE}' --enable-proxy --with-oracle --with-oracle-include=${ORA_INCLUDE} --with-oracle-lib=${ORA_LIB}"/>
265
-
<property name="cmocka-ora-4-sanitizer" value="CC=clang CFLAGS='${COMP_FLAGS_ORACLE} -Wenum-conversion -O2 -fsanitize=leak,address' LDFLAGS='-fsanitize=leak,address' -q ${ZBX_BASE_FLAGS} --enable-ipv6 --with-jabber --with-openipmi --with-openssl --with-iconv --with-libpcre --with-oracle --with-oracle-include=${ORA_INCLUDE} --with-oracle-lib=${ORA_LIB}"/>
265
+
<property name="cmocka-ora-4-sanitizer" value="CC=clang CFLAGS='${COMP_FLAGS_ORACLE} -Wenum-conversion -O2 -fsanitize=leak,address' LDFLAGS='-fsanitize=leak,address' -q ${ZBX_BASE_FLAGS} --enable-ipv6 --with-openipmi --with-openssl --with-iconv --with-libpcre --with-oracle --with-oracle-include=${ORA_INCLUDE} --with-oracle-lib=${ORA_LIB}"/>
266
266
</target>
267
267
268
268
<target name="cmocka-ora-tests" depends="init-cmocka-ora-test-conf-options">
269
269
<!-- Build Zabbix with cmocka Oracle tests -->
270
270
<delete dir="tests_results"/>
271
271
<mkdir dir="tests_results"/>
272
272
<exec executable="./bootstrap.sh" failonerror="on"/>
273
273
<propertyselector property="conf.list" delimiter="," match="cmocka-ora-(.*)" select="\1"/>
274
274
<sortlist property="conf.list" delimiter="," value="${conf.list}" override="true"/>
275
275
<for list="${conf.list}" param="name" delimiter=",">