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:
Stefan Weil 2019-07-09 08:03:11 +02:00
parent 89cbb6adf2
commit 098180982a
2 changed files with 2 additions and 2 deletions

2
test

@ -1 +1 @@
Subproject commit 74f84c3dbafa5d9d4e995c7c390ec55e7a57d21f
Subproject commit bb21bdbe20726447c360f8dc313a1a4f11177d42

View File

@ -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)