Skip to content

Commit

Permalink
Merge pull request tesseract-ocr#1983 from stweil/unittest
Browse files Browse the repository at this point in the history
unittest: Disable build rules for tests which still fail to build
  • Loading branch information
zdenop committed Oct 12, 2018
2 parents 6359ba2 + 3f5c361 commit 460c4a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unittest/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ applybox_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS) $(LEPTONICA_LIBS)
baseapi_test_SOURCES = baseapi_test.cc
baseapi_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS)

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

bitvector_test_SOURCES = bitvector_test.cc
bitvector_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
Expand Down Expand Up @@ -195,8 +195,8 @@ matrix_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
nthitem_test_SOURCES = nthitem_test.cc
nthitem_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)

pango_font_info_test_SOURCES = pango_font_info_test.cc
pango_font_info_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
#pango_font_info_test_SOURCES = pango_font_info_test.cc
#pango_font_info_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)

paragraphs_test_SOURCES = paragraphs_test.cc
paragraphs_test_LDADD = $(ABSEIL_LIBS) $(GTEST_LIBS) $(TESS_LIBS)
Expand Down

0 comments on commit 460c4a6

Please sign in to comment.