CODE128 Fix/suppress -Wextra warnings (signedness); tests

This commit is contained in:
gitlost
2020-04-02 21:55:58 +01:00
parent 94fe73ebfd
commit dc56c5ed0f
3 changed files with 174 additions and 8 deletions

View File

@ -55,6 +55,7 @@ zint_add_test(aztec, test_aztec)
zint_add_test(channel, test_channel)
zint_add_test(codablock, test_codablock)
zint_add_test(code1, test_code1)
zint_add_test(code128, test_code128)
zint_add_test(common, test_common)
zint_add_test(composite, test_composite)
zint_add_test(dmatrix, test_dmatrix)