Add nimtess2 to test suite

This commit is contained in:
Ganesh Viswanathan 2018-09-05 13:18:45 -05:00
commit a2a2c41704
2 changed files with 3 additions and 1 deletions

View file

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