Skip to content

Commit

Permalink
remove duplicate - gunit.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Sep 10, 2017
1 parent c50e4f6 commit f6c22db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
11 changes: 11 additions & 0 deletions unittest/README.md
Original file line number Diff line number Diff line change
@@ -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
```
12 changes: 0 additions & 12 deletions unittest/gunit.h

This file was deleted.

2 changes: 1 addition & 1 deletion unittest/matrix_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
///////////////////////////////////////////////////////////////////////

#include "matrix.h"
#include "gunit.h"
#include "include_gunit.h"
#include "genericvector.h"
#include "tprintf.h"

Expand Down

0 comments on commit f6c22db

Please sign in to comment.