diff options
Diffstat (limited to 'tests/nimgentest.nims')
| -rw-r--r-- | tests/nimgentest.nims | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims index fedf017..1a9d652 100644 --- a/tests/nimgentest.nims +++ b/tests/nimgentest.nims @@ -2,13 +2,13 @@ import distros import ospaths import strutils -var comps = @["libsvm", "nimbass", "nimfuzz", "nimrax", "nimssl", "nimssh2"] +var comps = @["libsvm", "nimbass", "nimbigwig", "nimfuzz", "nimrax", "nimssl", "nimssh2"] if detectOs(Windows): comps.add("nimkerberos") for comp in comps: if dirExists(".."/comp): - exec "nimble uninstall -y " & comp + exec "nimble uninstall -y " & comp, "", "" withDir(".."/comp): rmDir(comp) exec "nimble install -y" |
