Skip to content
Snippets Groups Projects
Commit c0d183f1 authored by tjc's avatar tjc
Browse files

define EMBOSS_ROOT property

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@9838 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 2e2e4b61
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@
<target name="test" depends="compile">
<junit description="alltests" fork="yes">
<jvmarg value="-DEMBOSS_ROOT=/Users/tjc/EMBOSS/emboss/"/>
<jvmarg value="-DEMBOSS_ROOT=${EMBOSS_ROOT}"/>
<batchtest todir="${build.dest.tests}">
<fileset dir="${build.src.tests}">
<include name="uk/ac/sanger/artemis/circular/digest/**Test.java"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment