aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-12-10 12:00:53 -0600
committerGanesh Viswanathan <dev@genotrance.com>2018-12-10 12:00:53 -0600
commit31b63a6ea6d035d23b009d8b18d6f74c004c1ce5 (patch)
tree006ab3befe849d0843c1f1456b44d8fdbaad0fa0
parent5199b86b748cb538816390fc925e6019e0115502 (diff)
downloadnimgen-31b63a6ea6d035d23b009d8b18d6f74c004c1ce5.tar.gz
nimgen-31b63a6ea6d035d23b009d8b18d6f74c004c1ce5.zip
Update nimfuzz to nimfuzzy
-rw-r--r--README.md4
-rw-r--r--tests/nimgentest.nims5
2 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4df389c..6a64779 100644
--- a/README.md
+++ b/README.md
@@ -54,14 +54,14 @@ To see examples of nimgen in action check out the following wrappers:-
* git checkout
* [nimfastText](https://github.com/genotrance/nimfastText) - fastText wrapper: [docs](http://nimgen.genotrance.com/nimfastText)
* git sparse checkout
- * [nimfuzz](https://github.com/genotrance/nimfuzz) - fts_fuzzy_match wrapper: [docs](http://nimgen.genotrance.com/nimfuzz)
+ * [nimfuzzy](https://github.com/genotrance/nimfuzzy) - fts_fuzzy_match wrapper: [docs](http://nimgen.genotrance.com/nimfuzzy)
* download header file
* [nimkerberos](https://github.com/genotrance/nimkerberos) - WinKerberos wrapper: [docs](http://nimgen.genotrance.com/nimkerberos)
* git sparse checkout
* [nimmonocypher](https://github.com/genotrance/nimmonocypher) - monocypher wrapper: [docs](http://nimgen.genotrance.com/nimmonocypher)
* git sparse checkout
* [nimnuklear](https://github.com/genotrance/nimnuklear) - nuklear wrapper: [docs](https://nimgen.genotrance.com/nimnuklear)
- * git sparse checkout
+ * git sparse checkout
* [nimpcre](https://github.com/genotrance/nimpcre) - PCRE wrapper: [docs](http://nimgen.genotrance.com/nimpcre)
* git checkout
* [nimrax](https://github.com/genotrance/nimrax) - Radix tree wrapper: [docs](http://nimgen.genotrance.com/nimrax)
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