1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-09 13:05:58 +00:00

Use zero-padded field to determine EANX type for composites

This commit is contained in:
gitlost
2019-10-14 22:20:16 +01:00
parent 433046abbf
commit d8b576164f
4 changed files with 143 additions and 21 deletions

View File

@@ -47,6 +47,7 @@ macro(zint_add_test test_name test_command)
endmacro(zint_add_test)
zint_add_test(channel, test_channel)
zint_add_test(composite, test_composite)
zint_add_test(eci, test_eci)
zint_add_test(imail, test_imail)
zint_add_test(mailmark, test_mailmark)