diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-09-26 16:44:28 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-09-26 16:44:28 -0500 |
| commit | 8eaa76560191901dc64e4d8aa4c7d7f3779e3e71 (patch) | |
| tree | 6e0ec08a451bf8854db375bf02b9e3f52f813035 /tests | |
| parent | 23bb86803db4a4b9d0481a7804a945ce591002a4 (diff) | |
| download | nimgen-8eaa76560191901dc64e4d8aa4c7d7f3779e3e71.tar.gz nimgen-8eaa76560191901dc64e4d8aa4c7d7f3779e3e71.zip | |
Add nimnuklear and nimfastText
Diffstat (limited to 'tests')
| -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 44c23c6..03c8dc9 100644 --- a/tests/nimgentest.nims +++ b/tests/nimgentest.nims @@ -2,8 +2,8 @@ import distros, ospaths, strutils var full = true - comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard", - "nimfuzz", "nimpcre", "nimrax", "nimssl", "nimssh2", "nimtess2"] + comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard", "nimfastText", + "nimfuzz", "nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2", "nimtess2"] if detectOs(Windows): comps.add("nimkerberos") |
