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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2019-05-07 16:02:55 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2019-05-07 16:17:29 +0300
commit66626de6ba09a7bab4ea15a728309e3971676eb3 (patch)
tree8837bf20bef6a03bd5cdbdbc60b9968f491db8ce /build-backend.xml
parentbe4f5b82ec34195b55cfa2b11449dba747321b38 (diff)
.......... [DEV-872] removed remaining c unit tests content from Zabbix sources
* commit '0dc32e49aba8013fb67e22852259a992a22a5273': .......... [DEV-872] removed remaining c unit tests content from Zabbix sources (cherry picked from commit 8350e0ed053f3b7652d3e765a1a5f7ad8c2bc136) (cherry picked from commit 389eede3226e153079ae71f10b9705664826bb17)
Diffstat (limited to 'build-backend.xml')
-rw-r--r--build-backend.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/build-backend.xml b/build-backend.xml
index 0958c550c1e..7603602a8d7 100644
--- a/build-backend.xml
+++ b/build-backend.xml
@@ -366,21 +366,6 @@
</exec>
</target>
- <target name="run-unit-test">
- <!-- Run C unit tests -->
- <sequential>
- <exec executable="src/zabbix_server/zabbix_server" failonerror="on">
- <arg line="-t"/>
- <arg line="-obackend"/>
- </exec>
- </sequential>
- </target>
-
- <target name="unit-test" depends="init">
- <!-- Build Zabbix with C unit tests -->
- <make args="--enable-server --with-mysql --with-libxml2" target="test" post-action="run-unit-test"/>
- </target>
-
<target name="make-gcc" depends="init-conf-options">
<!-- Build Zabbix with various configuration parameters -->
<propertyselector property="conf.list" delimiter="," match="conf(\d+)"/>