diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-06-11 01:47:08 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-06-11 01:47:08 -0500 |
| commit | 7fbc8fbcdeb7460c13073ced6b86227175a79b6a (patch) | |
| tree | aab89dc4faa0d4e2354e00fc295e96ee927393dc /tests | |
| parent | 5e784f09ef3ea5ef3b428d667ca195c47f34db51 (diff) | |
| download | nimgen-7fbc8fbcdeb7460c13073ced6b86227175a79b6a.tar.gz nimgen-7fbc8fbcdeb7460c13073ced6b86227175a79b6a.zip | |
Style fixes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nimgentest.nims | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims index 2001ef2..f5136c6 100644 --- a/tests/nimgentest.nims +++ b/tests/nimgentest.nims @@ -2,8 +2,11 @@ import distros import ospaths import strutils -var full = false -var comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimfuzz", "nimrax", "nimssl", "nimssh2"] +var + full = false + comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimfuzz", + "nimpcre", "nimrax", "nimssl", "nimssh2"] + if detectOs(Windows): comps.add("nimkerberos") |
