From abc5bda9a0c219a661710c5811933faac0167541 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Wed, 21 Nov 2018 18:08:07 -0600 Subject: Fix #6 --- nimterop.nimble | 5 +---- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3