mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-02 17:57:13 +00:00
UPC/EAN, ITF14: quiet zones, addongap; raster/vector: sync code, use double
This commit is contained in:
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)
|
||||
Reference in New Issue
Block a user