Skip to content

Commit

Permalink
Merge pull request #7804 from alalek:fix_java_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin committed Dec 7, 2016
2 parents d37106e + 61792a8 commit 2341222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/java/pure_test/build.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project>
<property environment="env"/>
<property file="ant-${opencv.build.type}.properties"/>
<property name="test.dir" value="testResults"/>
<property name="build.dir" value="build"/>
Expand Down Expand Up @@ -39,7 +40,7 @@
<mkdir dir="${test.dir}"/>
<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}"/>
<env key="PATH" path="${opencv.lib.path}:${env.PATH}:${env.Path}"/>
<classpath refid="master-classpath"/>
<classpath>
<pathelement location="build/classes"/>
Expand Down

0 comments on commit 2341222

Please sign in to comment.