Update nimfuzz to nimfuzzy

This commit is contained in:
Ganesh Viswanathan 2018-12-10 12:00:53 -06:00
commit 31b63a6ea6
2 changed files with 6 additions and 3 deletions

View file

@ -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