aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-09-05 13:18:45 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-09-05 13:18:45 -0500
commita2a2c41704beb49e69e28188b1f58283aab70bc7 (patch)
tree14db299d51f4468f5b2e5bba5da824f8004ffa40
parent864506afbc431ddb62fad36bda38361cfcfe9801 (diff)
downloadnimgen-a2a2c41704beb49e69e28188b1f58283aab70bc7.tar.gz
nimgen-a2a2c41704beb49e69e28188b1f58283aab70bc7.zip
Add nimtess2 to test suite
-rw-r--r--README.md2
-rw-r--r--tests/nimgentest.nims2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7cb0f1c..a8e751c 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,8 @@ To see examples of nimgen in action check out the following wrappers:-
* git checkout
* [nimssl](https://github.com/genotrance/nimssl) - OpenSSL wrapper: [docs](http://nimgen.genotrance.com/nimssl)
* 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)
* git sparse checkout
diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims
index 9c3e2d7..44c23c6 100644
--- a/tests/nimgentest.nims
+++ b/tests/nimgentest.nims
@@ -3,7 +3,7 @@ import distros, ospaths, strutils
var
full = true
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard",
- "nimfuzz", "nimpcre", "nimrax", "nimssl", "nimssh2"]
+ "nimfuzz", "nimpcre", "nimrax", "nimssl", "nimssh2", "nimtess2"]
if detectOs(Windows):
comps.add("nimkerberos")