diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-13 00:19:50 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-13 00:19:50 -0500 |
| commit | e46d3b2332d439cda073a34947cdaa803926e948 (patch) | |
| tree | 223a22686d6f1b98548fcdf060bf4bd922affb62 /tests | |
| parent | 7d60e2eea78169d7237594f6ab77ed02c968acc3 (diff) | |
| download | nimgen-e46d3b2332d439cda073a34947cdaa803926e948.tar.gz nimgen-e46d3b2332d439cda073a34947cdaa803926e948.zip | |
Implement #7 - [n.sourcefile] section, add nimclipboard
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/nimgentest.nims | 10 |
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") |
