tesseract/unittest
Stefan Weil 67f706f9ef unittest/apiexample_test: Use googletest API for error handling
Use the Google C++ Testing Framework instead of calling fprint / exit.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-09-13 13:50:39 +02:00
..
apiexample_test.cc unittest/apiexample_test: Use googletest API for error handling 2017-09-13 13:50:39 +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/apiexample_test: Fix test for out-of-tree builds 2017-09-13 13:29:16 +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