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, depender">
depends="compile-test, copyTSKLibs">
<junitfork="on"haltonfailure="yes"dir=".">
<syspropertykey="rslt"value="${test-results}"/>
<syspropertykey="gold"value="${test-standards}"/>
...
...
@@ -14,25 +14,38 @@
</target>
<targetname="test-create-standards-precond"
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."