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

Minor Fixes to build

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