tesseract/unittest
Stefan Weil 8655524772 unittest/apiexample_test: Use "C" locale
We cannot assume that the locale "en_US.UTF-8" is always available.
Using the "C" locale should work better.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-09-13 13:26:09 +02:00
..
apiexample_test.cc unittest/apiexample_test: Use "C" locale 2017-09-13 13:26:09 +02:00
include_gunit.h Added intsimdmatrix as a generic integer matrixdotvector function with AVX2 and SSE specializations 2017-09-08 15:06:19 +01:00
intsimdmatrix_test.cc Fixed apiexample and intsimdmatrix tests and prepared Makefile.am for more tests 2017-09-08 17:34:31 +01:00
Makefile.am unittest: Fix path for libtesseract in out of tree builds 2017-09-12 17:24:34 +02:00
matrix_test.cc remove duplicate - gunit.h 2017-09-10 14:50:59 +05:30
README.md remove duplicate - gunit.h 2017-09-10 14:50:59 +05:30
unicharcompress_test.cc Harder unittest that uses file i/o and string manipulation 2017-08-03 15:51:18 -07: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