Skip to content
Snippets Groups Projects
Commit 2110c79c authored by Sean-M's avatar Sean-M
Browse files

Even more new minor fixes

parent 26e555cf
Branches
Tags
No related merge requests found
...@@ -119,9 +119,7 @@ pattern="lib/[artifact]-[revision](-[classifier]).[ext]" /> ...@@ -119,9 +119,7 @@ pattern="lib/[artifact]-[revision](-[classifier]).[ext]" />
</target> </target>
<target name="test" <target name="test"
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." 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, test-precond" depends="compile-test, test-precond">
unless="imp">
<fail message="Run make install on The Sleuthkit."/>
</target> </target>
<target name="test-create-standards" <target name="test-create-standards"
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." 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."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment