aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2018-11-21 18:08:07 -0600
committerGanesh Viswanathan <dev@genotrance.com>2018-11-21 18:08:07 -0600
commitabc5bda9a0c219a661710c5811933faac0167541 (patch)
tree7a28285c96b26ed74208cd4e5c5919380b998d2f
parent4a71dff5a22d6992ee066eb69313cad8edd14845 (diff)
downloadnimterop-abc5bda9a0c219a661710c5811933faac0167541.tar.gz
nimterop-abc5bda9a0c219a661710c5811933faac0167541.zip
Fix #6
-rw-r--r--nimterop.nimble5
1 files changed, 1 insertions, 4 deletions
diff --git a/nimterop.nimble b/nimterop.nimble
index 128e2a6..553b308 100644
--- a/nimterop.nimble
+++ b/nimterop.nimble
@@ -19,12 +19,9 @@ proc execCmd(cmd:string)=
task test, "Test":
execCmd "nim c -r tests/tnimterop"
-task testext, "Test":
- execCmd "nim c -r tests/tnimteropext"
-
task installWithDeps, "install dependencies":
for a in ["http://github.com/genotrance/nimtreesitter?subdir=treesitter",
"http://github.com/genotrance/nimtreesitter?subdir=treesitter_c",
"http://github.com/genotrance/nimtreesitter?subdir=treesitter_cpp",]:
execCmd "nimble install -y " & a
- execCmd "nimble install"
+ execCmd "nimble install -y"