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:
dswitkin 2009-06-30 18:51:43 +00:00
parent f5124cec37
commit 0667b29155

View file

@ -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>