mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 07:08:26 -04:00
UPC/EAN, ITF14: quiet zones, addongap; raster/vector: sync code, use double
This commit is contained in:
parent
e90c273165
commit
2a19b883a5
55 changed files with 2917 additions and 1351 deletions
11
backend/tests/tools/run_bwipp_tests.sh
Executable file
11
backend/tests/tools/run_bwipp_tests.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
./test_2of5 -f encode -d $(expr 128 + 16)
|
||||
./test_channel -f encode -d $(expr 128 + 16)
|
||||
./test_codablock -f encode -d $(expr 128 + 16)
|
||||
./test_code -f encode -d $(expr 128 + 16)
|
||||
./test_code128 -f encode -d $(expr 128 + 16)
|
||||
./test_composite -d $(expr 128 + 16)
|
||||
./test_gs1 -f gs1_reduce -d $(expr 128 + 16)
|
||||
./test_rss -d $(expr 128 + 16)
|
||||
./test_telepen -f encode -d $(expr 128 + 16)
|
||||
./test_upcean -f encode -d $(expr 128 + 16)
|
Loading…
Add table
Add a link
Reference in a new issue