aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-10-04 17:10:43 -0500
committerGanesh Viswanathan <dev@genotrance.com>2018-10-04 17:10:43 -0500
commit6b16a83572a5a3fc4528cce630c7a4dbe9cd934a (patch)
tree2328d2047de86cb68f56e0fc6e01969df158b765
parent0a32e7fa2ccea82eed74d33a4e4bdc90605193be (diff)
downloadnimgen-6b16a83572a5a3fc4528cce630c7a4dbe9cd934a.tar.gz
nimgen-6b16a83572a5a3fc4528cce630c7a4dbe9cd934a.zip
Edit comps
-rw-r--r--tests/nimgentest.nims8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims
index 03b3666..f7e5aee 100644
--- a/tests/nimgentest.nims
+++ b/tests/nimgentest.nims
@@ -2,11 +2,15 @@ import distros, ospaths, strutils
var
full = true
- comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard", # "nimfastText",
- "nimfuzz", "nimmonocypher", "nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2", "nimtess2"]
+ comps = @["libsvm", "nim7z", "nimarchive", "nimbass", #"nimbigwig",
+ "nimclipboard", "nimfastText", "nimfuzz", "nimmonocypher",
+ "nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2",
+ "nimtess2"
+ ]
if detectOs(Windows):
comps.add("nimkerberos")
+ comps.add("nimzbar")
if paramCount() > 2:
for i in 3 .. paramCount():