aboutsummaryrefslogtreecommitdiff
path: root/tests/nimgentest.nims
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nimgentest.nims')
-rw-r--r--tests/nimgentest.nims7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims
index 364cbdd..134e94b 100644
--- a/tests/nimgentest.nims
+++ b/tests/nimgentest.nims
@@ -3,12 +3,15 @@ import distros, ospaths, strutils
var
full = true
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig",
- "nimclipboard", #"nimfastText",
- "nimfuzz", "nimmonocypher",
+ "nimclipboard", "nimfuzz", "nimmonocypher",
"nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2",
"nimtess2", "nimzbar"
]
+var nimver = staticExec("nim -v").split("\n")[0].split(" ")[3]
+if nimver >= "0.19.0":
+ comps.add("nimfastText")
+
if detectOs(Windows):
comps.add("nimkerberos")