mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-11 12:43:17 +08:00
remove duplicate - gunit.h
This commit is contained in:
parent
c50e4f6238
commit
f6c22dbf66
11
unittest/README.md
Normal file
11
unittest/README.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Unit Testing for Tesseract
|
||||||
|
----------
|
||||||
|
|
||||||
|
To run the tests, do the following in tesseract folder
|
||||||
|
|
||||||
|
```
|
||||||
|
autoreconf -fiv
|
||||||
|
git submodule update --init
|
||||||
|
export TESSDATA_PREFIX=/prefix/to/path/to/tessdata
|
||||||
|
make check
|
||||||
|
```
|
@ -1,12 +0,0 @@
|
|||||||
// (C) Copyright 2017, Google Inc.
|
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
// you may not use this file except in compliance with the License.
|
|
||||||
// You may obtain a copy of the License at
|
|
||||||
// http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
// Unless required by applicable law or agreed to in writing, software
|
|
||||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
// See the License for the specific language governing permissions and
|
|
||||||
// limitations under the License.
|
|
||||||
// Portability include to match the Google test environment.
|
|
||||||
#include "gtest/gtest.h"
|
|
@ -15,7 +15,7 @@
|
|||||||
///////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "matrix.h"
|
#include "matrix.h"
|
||||||
#include "gunit.h"
|
#include "include_gunit.h"
|
||||||
#include "genericvector.h"
|
#include "genericvector.h"
|
||||||
#include "tprintf.h"
|
#include "tprintf.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user