File tree 4 files changed +1
-35
lines changed
4 files changed +1
-35
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ kernel*.bin
101
101
/unittest /* _test
102
102
/unittest /primesbitvector
103
103
/unittest /primesmap
104
- /unittest /tesseracttests
105
104
106
105
# generated files from unlvtests
107
106
times.txt
Original file line number Diff line number Diff line change @@ -304,8 +304,6 @@ target_link_libraries (tesseract libtesseract)
304
304
305
305
if (BUILD_TESTS AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /googletest/CMakeLists.txt)
306
306
add_subdirectory (googletest)
307
- add_executable (tesseract_tests tests/tesseracttests.cpp)
308
- target_link_libraries (tesseract_tests gtest_main)
309
307
endif ()
310
308
311
309
if (BUILD_TRAINING_TOOLS)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -119,8 +119,7 @@ check_PROGRAMS = \
119
119
tablefind_test \
120
120
tablerecog_test \
121
121
tabvector_test \
122
- tfile_test \
123
- tesseracttests
122
+ tfile_test
124
123
125
124
if ENABLE_TRAINING
126
125
check_PROGRAMS += commandlineflags_test
@@ -226,9 +225,6 @@ tablerecog_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
226
225
tabvector_test_SOURCES = tabvector_test.cc
227
226
tabvector_test_LDADD = $(GTEST_LIBS ) $(TESS_LIBS )
228
227
229
- tesseracttests_SOURCES = ../tests/tesseracttests.cpp
230
- tesseracttests_LDADD = $(GTEST_LIBS ) $(TESS_LIBS ) $(LEPTONICA_LIBS )
231
-
232
228
tfile_test_SOURCES = tfile_test.cc
233
229
tfile_test_LDADD = $(GTEST_LIBS ) $(TESS_LIBS )
234
230
@@ -242,7 +238,6 @@ intsimdmatrix_test_LDADD += -lws2_32
242
238
matrix_test_LDADD += -lws2_32
243
239
osd_test_LDADD += -lws2_32
244
240
loadlang_test_LDADD += -lws2_32
245
- tesseracttests_LDADD += -lws2_32
246
241
endif
247
242
248
243
EXTRA_apiexample_test_DEPENDENCIES = $(abs_top_builddir ) /test/testing/phototest.tif
You can’t perform that action at this time.
0 commit comments