java: skip test in case of missed classes from opencv_contrib

This commit is contained in:
Alexander Alekhin
2016-11-22 19:49:55 +03:00
parent 8d662a1a28
commit fe29080d59
3 changed files with 77 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<target name="test">
<mkdir dir="${test.dir}"/>
<junit printsummary="true" haltonfailure="false" haltonerror="false" showoutput="false" logfailedtests="true" maxmemory="256m">
<junit printsummary="true" haltonfailure="false" haltonerror="false" showoutput="true" logfailedtests="true" maxmemory="256m">
<sysproperty key="java.library.path" path="${opencv.lib.path}"/>
<env key="PATH" path="${opencv.lib.path}"/>
<classpath refid="master-classpath"/>