mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Update test submodule and fix tatweel_test
The test submodule now includes the files needed by the tatweel_test. Fix also a linker error for tatweel_test. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
89cbb6adf2
commit
098180982a
2
test
2
test
@ -1 +1 @@
|
||||
Subproject commit 74f84c3dbafa5d9d4e995c7c390ec55e7a57d21f
|
||||
Subproject commit bb21bdbe20726447c360f8dc313a1a4f11177d42
|
@ -374,7 +374,7 @@ tabvector_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
|
||||
tatweel_test_SOURCES = tatweel_test.cc
|
||||
tatweel_test_SOURCES += third_party/utf/rune.c
|
||||
tatweel_test_SOURCES += util/utf8/unicodetext.cc util/utf8/unilib.cc
|
||||
tatweel_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
|
||||
tatweel_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS) -ltensorflow_cc
|
||||
|
||||
textlineprojection_test_SOURCES = textlineprojection_test.cc
|
||||
textlineprojection_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS) $(LEPTONICA_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user