Skip to content

Commit f5dfab1

Browse files
committed
Add Leptonica lib for baseapi_test
1 parent 90403ef commit f5dfab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unittest/Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Absolute path of directory 'langdata'.
2-
LANGDATA_DIR=$(shell cd $(top_srcdir) && cd .. && pwd)/langdata
2+
LANGDATA_DIR=$(shell cd $(top_srcdir) && cd .. && pwd)/langdata_lstm
33

44
# Absolute path of directory 'tessdata' with traineddata files
55
# (must be on same level as top source directory).
@@ -139,7 +139,7 @@ applybox_test_SOURCES = applybox_test.cc
139139
applybox_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS) $(LEPTONICA_LIBS)
140140

141141
baseapi_test_SOURCES = baseapi_test.cc
142-
baseapi_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS)
142+
baseapi_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS) $(LEPTONICA_LIBS)
143143

144144
#baseapi_thread_test_SOURCES = baseapi_thread_test.cc
145145
#baseapi_thread_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS)

0 commit comments

Comments
 (0)