tesseract/unittest
Stefan Weil 7768f9b336 Clean more include files and include statements
The changes are based on an analysis done with include-what-you-use.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-06-24 19:45:12 +02:00
..
apiexample_test.cc Update apiexample_test.cc 2018-06-19 10:22:46 +05:30
include_gunit.h
intsimdmatrix_test.cc Clean more include files and include statements 2018-06-24 19:45:12 +02:00
loadlang_test.cc Update loadlang_test.cc 2018-06-19 10:23:21 +05:30
log.h
Makefile.am Test load of all langs and scripts for all 3 tessdata repos 2018-06-17 05:31:32 +00:00
matrix_test.cc
osd_test.cc Update osd_test.cc 2018-06-19 10:23:48 +05:30
progress_test.cc Fix CID 1393240 (Missing return statement) 2018-06-20 17:14:53 +02:00
README.md
unicharcompress_test.cc unittest: Replace NULL by nullptr 2018-04-22 17:42:36 +02:00

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