mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-12 07:29:07 +08:00
67ceae8385
The progress increase test must compare the input value against the variable that contains a previous value, not against it's initial value. |
||
---|---|---|
.. | ||
apiexample_test.cc | ||
include_gunit.h | ||
intsimdmatrix_test.cc | ||
log.h | ||
Makefile.am | ||
matrix_test.cc | ||
osd_test.cc | ||
progress_test.cc | ||
README.md | ||
unicharcompress_test.cc |
Unit Testing for Tesseract
To run the tests, do the following in tesseract folder
autoreconf -fiv
git submodule update --init
export TESSDATA_PREFIX=/prefix/to/path/to/tessdata
make check