Support for pragma definitions
This commit is contained in:
parent
6a64ff568d
commit
53f0626bed
3 changed files with 22 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue