tesseract/unittest
Stefan Weil 165622c745 Fix symbolic link in unittest
The unittest could not run when building out of source tree.
Fix the symbolic link and make sure that the directory for it exists.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-06-09 14:15:13 +02:00
..
apiexample_test.cc unittest: Replace NULL by nullptr 2018-04-22 17:42:36 +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 Use POSIX data types and macros (#878) 2018-03-13 21:36:30 +01:00
log.h Add unit test for OSD, update apiexample test (#1359) 2018-03-04 14:52:27 +01:00
Makefile.am Fix symbolic link in unittest 2018-06-09 14:15:13 +02:00
matrix_test.cc remove duplicate - gunit.h 2017-09-10 14:50:59 +05:30
osd_test.cc remove non-essential logging function 2018-05-05 16:34:26 +05:30
progress_test.cc Fix the progres increase test 2018-06-02 02:29:42 +02:00
README.md remove duplicate - gunit.h 2017-09-10 14:50:59 +05:30
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