description="Traverses the Images stored in the path represented by test-input variable, creates results files stored in the path represented by test-results, and compares them to the standards stored in the path represented by the test-standards variable, always run test-create-standards at least once before before running test."
depends="compile-test">
depends="compile-test, depender"
if="pres">
<failunless="ewfFound"message="LIBEWF_HOME must be set as an environment variable."/>
<junitfork="on"haltonfailure="yes"dir=".">
<syspropertykey="rslt"value="${test-results}"/>
...
...
@@ -15,7 +16,8 @@
</target>
<targetname="test-create-standards1"
description="Traverses the Images stored in the path represented by test-input variable and creates then stores them to the path represented by the test-standards variable, run test-download-imgs at least once before this."
depends="compile-test">
depends="compile-test, depender"
if="pres">
<failunless="ewfFound"message="LIBEWF_HOME must be set as an environment variable."/>