Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Mar 9, 2024
1 parent c2531b3 commit 6d96123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file added tools/voronoi_tessellation/test-data/input1.tiff
Binary file not shown.
6 changes: 5 additions & 1 deletion tools/voronoi_tessellation/voronoi_tessellation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@
]]>
</command>
<inputs>
<param name="image" type="data" format="png,tiff" label="Labeled image" />
<param name="input" type="data" format="png,tiff" label="Labeled image" />
</inputs>
<outputs>
<data format="tiff" name="result" from_work_dir="result.tiff" />
</outputs>
<tests>
<test>
<param name="input" value="input1.tiff" />
<output name="result" value="input1_result.tiff" ftype="tiff" compare="sim_size" delta="0" />
</test>
</tests>
<help>

Expand Down

0 comments on commit 6d96123

Please sign in to comment.