aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/nimgentest.nims5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/nimgentest.nims b/tests/nimgentest.nims
index 7df6419..8a5cbd6 100644
--- a/tests/nimgentest.nims
+++ b/tests/nimgentest.nims
@@ -3,7 +3,7 @@ import distros, ospaths, strutils
var
pygonly = false
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig",
- "nimclipboard", "nimfuzz", "nimmonocypher",
+ "nimclipboard", "nimfuzzy", "nimmonocypher",
"nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2",
"nimtess2"
]
@@ -21,6 +21,9 @@ if detectOs(Windows):
if not detectOs(MacOSX):
comps.add("nimzbar")
+echo "Nim version: " & nimver
+echo "GCC version: " & gccver
+
echo "Testing comps:"
for comp in comps:
echo " " & comp