Add nimtess2 to test suite
This commit is contained in:
parent
864506afbc
commit
a2a2c41704
2 changed files with 3 additions and 1 deletions
|
|
@ -61,6 +61,8 @@ To see examples of nimgen in action check out the following wrappers:-
|
||||||
* git checkout
|
* git checkout
|
||||||
* [nimssl](https://github.com/genotrance/nimssl) - OpenSSL wrapper: [docs](http://nimgen.genotrance.com/nimssl)
|
* [nimssl](https://github.com/genotrance/nimssl) - OpenSSL wrapper: [docs](http://nimgen.genotrance.com/nimssl)
|
||||||
* git sparse checkout
|
* git sparse checkout
|
||||||
|
* [nimtess2](https://github.com/genotrance/nimtess2) - libtess2 wrapper: [docs](http://nimgen.genotrance.com/nimtess2)
|
||||||
|
* git checkout
|
||||||
* [libsvm](https://github.com/genotrance/libsvm) - libsvm wrapper: [docs](http://nimgen.genotrance.com/libsvm)
|
* [libsvm](https://github.com/genotrance/libsvm) - libsvm wrapper: [docs](http://nimgen.genotrance.com/libsvm)
|
||||||
* git sparse checkout
|
* git sparse checkout
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import distros, ospaths, strutils
|
||||||
var
|
var
|
||||||
full = true
|
full = true
|
||||||
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard",
|
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard",
|
||||||
"nimfuzz", "nimpcre", "nimrax", "nimssl", "nimssh2"]
|
"nimfuzz", "nimpcre", "nimrax", "nimssl", "nimssh2", "nimtess2"]
|
||||||
|
|
||||||
if detectOs(Windows):
|
if detectOs(Windows):
|
||||||
comps.add("nimkerberos")
|
comps.add("nimkerberos")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue