Changeset 7319
- Timestamp:
- 12/03/10 16:50:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/components/test-suite/build.xml
r6745 r7319 12 12 <import file="${root.dir}/ant/java.xml"/> 13 13 <property file="build.properties"/> 14 15 <target name="test-omero-open-bytes" depends="compile" 16 description="run tests for opening planes as in OMERO"> 17 <exec executable="${basedir}/omero-openbytes-test"> 18 <arg value="${filename}"/> 19 </exec> 20 </target> 14 21 15 22 <target name="test-convert" depends="compile"
Note: See TracChangeset
for help on using the changeset viewer.