remove duplicate - gunit.h

This commit is contained in:
Shree Devi Kumar 2017-09-10 14:50:59 +05:30
parent c50e4f6238
commit f6c22dbf66
3 changed files with 12 additions and 13 deletions

11
unittest/README.md Normal file
View 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
```

View File

@ -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"

View File

@ -15,7 +15,7 @@
///////////////////////////////////////////////////////////////////////
#include "matrix.h"
#include "gunit.h"
#include "include_gunit.h"
#include "genericvector.h"
#include "tprintf.h"