Skip to content
Snippets Groups Projects
Commit 991825cc authored by tpylak's avatar tpylak
Browse files

minor: ant task for testing screening in Eclipse

SVN: 15033
parent 84278ae6
No related branches found
No related tags found
No related merge requests found
......@@ -56,15 +56,15 @@
description="Prepare, compile, and run the module test mode">
</target>
<target name="compile-and-run-openbis-screening-from-eclipse" description="Compile and run the screening openbis from Eclipse">
<target name="compile-and-run-screening-test" description="Compile and run the screening openbis from Eclipse">
<antcall target="compile-module-test">
<param name="module-test.path" value="openbis-test-screening" />
<param name="module-test.module" value="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS" />
</antcall>
<antcall target="run-openbis-screening-from-eclipse" />
<antcall target="run-screening-test" />
</target>
<target name="run-openbis-screening-from-eclipse" description="run the screening openbis from Eclipse">
<target name="run-screening-test" description="run the screening openbis from Eclipse">
<antcall target="run-module-test">
<param name="module-test.path" value="openbis-test-screening" />
<param name="module-test.module" value="ch.systemsx.cisd.openbis.plugin.screening.OpenBIS" />
......
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