Support for pragma definitions

This commit is contained in:
Ganesh Viswanathan 2018-01-05 19:16:49 -06:00
commit 53f0626bed
3 changed files with 22 additions and 6 deletions

View file

@ -1,7 +1,7 @@
import ospaths
import strutils
for comp in @["nimbass", "nimfuzz", "nimssl"]:
for comp in @["nimbass", "nimfuzz", "nimssl", "nimssh2"]:
withDir(".."/comp):
exec "nimble install -y"
exec "nimble test"