mirror of
https://github.com/zxing/zxing.git
synced 2025-01-13 20:27:34 -08:00
add rss tests to the default blackbox test target
git-svn-id: https://zxing.googlecode.com/svn/trunk@2498 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
033a3fe9f1
commit
2581409353
|
@ -73,6 +73,12 @@
|
||||||
<antcall target="test-blackbox-subset">
|
<antcall target="test-blackbox-subset">
|
||||||
<param name="subdir" value="oned"/>
|
<param name="subdir" value="oned"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
|
<antcall target="test-blackbox-subset">
|
||||||
|
<param name="subdir" value="oned/rss"/>
|
||||||
|
</antcall>
|
||||||
|
<antcall target="test-blackbox-subset">
|
||||||
|
<param name="subdir" value="oned/rss/expanded"/>
|
||||||
|
</antcall>
|
||||||
<antcall target="test-blackbox-subset">
|
<antcall target="test-blackbox-subset">
|
||||||
<param name="subdir" value="pdf417"/>
|
<param name="subdir" value="pdf417"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
Loading…
Reference in a new issue