Add tests for fileops

This commit is contained in:
Joey Yakimowich-Payne 2018-07-14 10:24:53 +09:00
commit de4cb3f783
10 changed files with 1783 additions and 0 deletions

View file

@ -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"