Add tests for fileops
This commit is contained in:
parent
9e0eb25685
commit
de4cb3f783
10 changed files with 1783 additions and 0 deletions
|
|
@ -14,4 +14,5 @@ skipDirs = @["nimgen", "tests"]
|
|||
requires "nim >= 0.17.0", "c2nim >= 0.9.13", "regex >= 0.7.1"
|
||||
|
||||
task test, "Test nimgen":
|
||||
exec "nim c -r tests/rununittests.nim"
|
||||
exec "nim e tests/nimgentest.nims"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue