tesseract/unittest
Stefan Weil 0ae8fdc859 Fix build for unicharcompress_test
* Add abseil library
* Add minimalistic implementation for WriteStringToFile
* Add missing namespace for std::string

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-01-19 08:34:00 +01:00
..
apiexample_test.cc unittest: Allow more time for apiexample_test when using a debug build 2019-01-14 17:56:35 +01:00
applybox_test.cc Fix uninitialized scalar variable (CID 1395880) 2018-10-16 16:53:24 +02:00
baseapi_test.cc unittest: Add baseapi_test 2018-10-11 22:18:58 +02:00
baseapi_thread_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
bitvector_test.cc Fix several typos (most of them found by codespell) 2018-12-10 18:59:58 +01:00
cleanapi_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
colpartition_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
commandlineflags_test.cc Fix several typos (most of them found by codespell) 2018-12-10 18:59:58 +01:00
cycletimer.h CycleTimer: Add missing initialization (CID 1396168) 2018-10-16 16:53:23 +02:00
dawg_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
denorm_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
equationdetect_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
fileio_test.cc unittest: Add fileio_test 2018-10-12 08:13:39 +02:00
heap_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
imagedata_test.cc unittest: Add imagedata_test 2018-10-12 15:15:02 +02:00
include_gunit.h Fix build for unicharcompress_test 2019-01-19 08:34:00 +01:00
indexmapbidi_test.cc Fix several typos (most of them found by codespell) 2018-12-10 18:59:58 +01:00
intfeaturemap_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
intsimdmatrix_test.cc More optimisations for IntSimdMatrix 2019-01-14 21:34:37 +01:00
lang_model_test.cc unittest: Add lang_model_test (only works partially) 2018-10-12 16:23:13 +02:00
layout_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
ligature_table_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
linlsq_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
loadlang_test.cc Fix memory leak in loadlang_test 2018-11-13 09:09:10 +01:00
log.h Enhance LOG emulation 2018-10-11 22:18:58 +02:00
lstm_recode_test.cc Add more unittests from Google 2018-08-25 18:16:46 +02:00
lstm_squashed_test.cc Add more unittests from Google 2018-08-25 18:16:46 +02:00
lstm_test.cc Add more unittests from Google 2018-08-25 18:16:46 +02:00
lstm_test.h Replace NULL by nullptr 2019-01-01 22:45:49 +01:00
lstmtrainer_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
Makefile.am Fix build for unicharcompress_test 2019-01-19 08:34:00 +01:00
mastertrainer_test.cc unittest: Add mastertrainer_test (only works partially) 2018-10-12 16:23:13 +02:00
matrix_test.cc Remove unused include statements for tprintf.h 2018-11-18 17:25:01 +01:00
networkio_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
normstrngs_test.cc Fix several typos (most of them found by codespell) 2018-12-10 18:59:58 +01:00
normstrngs_test.h unittest: Add more files from Google 2018-10-18 16:39:35 +02:00
nthitem_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
osd_test.cc Fix memory leak in osd_test 2018-11-13 09:09:23 +01:00
pagesegmode_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
pango_font_info_test.cc Fix several typos (most of them found by codespell) 2018-12-10 18:59:58 +01:00
paragraphs_test.cc unittest: Add paragraphs_test 2018-10-12 16:23:10 +02:00
params_model_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
progress_test.cc unittest: Fix comment 2019-01-14 17:56:35 +01:00
qrsequence_test.cc unittest: Add qrsequence_test 2018-10-12 08:01:58 +02:00
README.md remove duplicate - gunit.h 2017-09-10 14:50:59 +05:30
recodebeam_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
rect_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
resultiterator_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
scanutils_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
shapetable_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
stats_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
stridemap_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
stringrenderer_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
tablefind_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
tablerecog_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
tabvector_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
tatweel_test.cc Fix several typos (most of them found by codespell) 2018-12-10 18:59:58 +01:00
textlineprojection_test.cc unittest: Replace NULL by nullptr 2018-09-29 09:27:12 +02:00
tfile_test.cc unittest: Format code 2018-09-29 09:19:13 +02:00
unichar_test.cc Fix build for unichar_test 2019-01-18 21:15:33 +01:00
unicharcompress_test.cc Fix build for unicharcompress_test 2019-01-19 08:34:00 +01:00
unicharset_test.cc fix typo 2019-01-19 05:24:17 +00:00
validate_grapheme_test.cc Add more unittests from Google 2018-08-25 18:16:46 +02:00
validate_indic_test.cc Add more unittests from Google 2018-08-25 18:16:46 +02:00
validate_khmer_test.cc Add more unittests from Google 2018-08-25 18:16:46 +02:00
validate_myanmar_test.cc Add more unittests from Google 2018-08-25 18:16:46 +02:00
validator_test.cc unittest: Format code 2018-09-29 09:19:13 +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