mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
7768f9b336
The changes are based on an analysis done with include-what-you-use. Signed-off-by: Stefan Weil <sw@weilnetz.de> |
||
---|---|---|
.. | ||
apiexample_test.cc | ||
include_gunit.h | ||
intsimdmatrix_test.cc | ||
loadlang_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