Skip to content

Commit 460c4a6

Browse files
authored
Merge pull request #1983 from stweil/unittest
unittest: Disable build rules for tests which still fail to build
2 parents 6359ba2 + 3f5c361 commit 460c4a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

unittest/Makefile.am

+4-4
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ applybox_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS) $(LEPTONICA_LIBS)
141141
baseapi_test_SOURCES = baseapi_test.cc
142142
baseapi_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS)
143143

144-
baseapi_thread_test_SOURCES = baseapi_thread_test.cc
145-
baseapi_thread_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS)
144+
#baseapi_thread_test_SOURCES = baseapi_thread_test.cc
145+
#baseapi_thread_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS)
146146

147147
bitvector_test_SOURCES = bitvector_test.cc
148148
bitvector_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
@@ -195,8 +195,8 @@ matrix_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
195195
nthitem_test_SOURCES = nthitem_test.cc
196196
nthitem_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
197197

198-
pango_font_info_test_SOURCES = pango_font_info_test.cc
199-
pango_font_info_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
198+
#pango_font_info_test_SOURCES = pango_font_info_test.cc
199+
#pango_font_info_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
200200

201201
paragraphs_test_SOURCES = paragraphs_test.cc
202202
paragraphs_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS)

0 commit comments

Comments
 (0)