Fix tests. Add test for hooks.
This commit is contained in:
parent
42ef358459
commit
1fa209a689
6 changed files with 49 additions and 8 deletions
|
|
@ -39,4 +39,6 @@ template after*(action: untyped, body: untyped): untyped =
|
|||
template builtin = discard
|
||||
|
||||
proc getPkgDir*(): string =
|
||||
## Returns the package directory containing the .nimble file currently
|
||||
## being evaluated.
|
||||
builtin
|
||||
Loading…
Add table
Add a link
Reference in a new issue