aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/nimgentest.nims10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims
index f5136c6..9c3e2d7 100644
--- a/tests/nimgentest.nims
+++ b/tests/nimgentest.nims
@@ -1,11 +1,9 @@
-import distros
-import ospaths
-import strutils
+import distros, ospaths, strutils
var
- full = false
- comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimfuzz",
- "nimpcre", "nimrax", "nimssl", "nimssh2"]
+ full = true
+ comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard",
+ "nimfuzz", "nimpcre", "nimrax", "nimssl", "nimssh2"]
if detectOs(Windows):
comps.add("nimkerberos")