mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Added the PDF 417 blackbox tests to the test-blackbox Ant target.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1009 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
f5124cec37
commit
0667b29155
|
@ -95,6 +95,9 @@
|
|||
<antcall target="test-blackbox-subset">
|
||||
<param name="subdir" value="oned"/>
|
||||
</antcall>
|
||||
<antcall target="test-blackbox-subset">
|
||||
<param name="subdir" value="pdf417"/>
|
||||
</antcall>
|
||||
<antcall target="test-blackbox-subset">
|
||||
<param name="subdir" value="qrcode"/>
|
||||
</antcall>
|
||||
|
|
Loading…
Reference in a new issue