Backrev c2nim

This commit is contained in:
Ganesh Viswanathan 2018-11-02 17:12:37 -05:00
commit c7c419e6fa

View file

@ -11,7 +11,7 @@ skipDirs = @["nimgen", "tests"]
# Dependencies
requires "nim >= 0.17.0", "c2nim >= 0.9.13", "regex >= 0.10.0"
requires "nim >= 0.17.0", "c2nim#3ec45c24585ebaed", "regex >= 0.10.0"
task test, "Test nimgen":
exec "nim c -r tests/rununittests.nim"