#181 auspost fix, check input immediately; test for EANX double + fix

This commit is contained in:
gitlost
2020-03-25 15:40:13 +00:00
parent ee291e45d6
commit c245a11da2
4 changed files with 130 additions and 7 deletions

View File

@ -50,6 +50,7 @@ macro(zint_add_test test_name test_command)
add_test(${test_name} ${test_command})
endmacro(zint_add_test)
zint_add_test(auspost, test_auspost)
zint_add_test(channel, test_channel)
zint_add_test(common, test_common)
zint_add_test(composite, test_composite)