File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ check_PROGRAMS = \
55
55
bitvector_test \
56
56
cleanapi_test \
57
57
colpartition_test \
58
+ denorm_test \
58
59
progress_test \
59
60
intsimdmatrix_test \
60
61
matrix_test \
@@ -79,6 +80,9 @@ cleanapi_test_LDADD = $(GTEST_LIBS) $(TESS_LIBS)
79
80
colpartition_test_SOURCES = colpartition_test.cc
80
81
colpartition_test_LDADD = $(GTEST_LIBS ) $(TESS_LIBS )
81
82
83
+ denorm_test_SOURCES = denorm_test.cc
84
+ denorm_test_LDADD = $(GTEST_LIBS ) $(TESS_LIBS )
85
+
82
86
progress_test_SOURCES = progress_test.cc
83
87
progress_test_LDFLAGS = $(OPENCL_LDFLAGS ) $(LEPTONICA_LIBS )
84
88
progress_test_LDADD = $(GTEST_LIBS ) $(GMOCK_LIBS ) $(TESS_LIBS ) $(LEPTONICA_LIBS )
Original file line number Diff line number Diff line change
1
+ // (C) Copyright 2017, Google Inc.
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ // http://www.apache.org/licenses/LICENSE-2.0
6
+ // Unless required by applicable law or agreed to in writing, software
7
+ // distributed under the License is distributed on an "AS IS" BASIS,
8
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9
+ // See the License for the specific language governing permissions and
10
+ // limitations under the License.
1
11
2
- #include " tesseract/ccstruct/blobs.h"
3
- #include " tesseract/ccstruct/normalis.h"
12
+ #include " blobs.h"
13
+ #include " normalis.h"
14
+
15
+ #include " include_gunit.h"
4
16
5
17
namespace {
6
18
You can’t perform that action at this time.
0 commit comments