mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Tests: fix README (Robin); refresh print GIFs after palette optimize
This commit is contained in:
parent
752b1511b6
commit
e01d73a2ee
@ -6,7 +6,7 @@ To make, first make libzint with ZINT_TEST defined:
|
|||||||
cd <project-dir>
|
cd <project-dir>
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DZINT_TEST:BOOL:1 ..
|
cmake -DZINT_TEST:BOOL=1 ..
|
||||||
make
|
make
|
||||||
|
|
||||||
Then make the tests:
|
Then make the tests:
|
||||||
@ -15,7 +15,7 @@ Then make the tests:
|
|||||||
cd backend/tests
|
cd backend/tests
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DZINT_TEST:BOOL:1 ..
|
cmake -DZINT_TEST:BOOL=1 ..
|
||||||
make
|
make
|
||||||
|
|
||||||
(ZINT_TEST is needed to export INTERNAL functions for use and testing.)
|
(ZINT_TEST is needed to export INTERNAL functions for use and testing.)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 83 B |
Binary file not shown.
Before Width: | Height: | Size: 305 B After Width: | Height: | Size: 248 B |
Loading…
Reference in New Issue
Block a user