emergency fix #239

This commit is contained in:
andri lim 2019-02-23 20:27:01 +07:00 committed by zah
parent eec9f32985
commit 1bc8f41b87
1 changed files with 1 additions and 1 deletions

View File

@ -31,9 +31,9 @@ proc test(name: string, lang = "c") =
task test, "Run tests": task test, "Run tests":
test "all_tests" test "all_tests"
test "test_rpc"
# debugging tools don't yet have tests # debugging tools don't yet have tests
# but they should be compilable # but they should be compilable
exec "nim c -r tests/test_rpc"
exec "nim c premix/premix" exec "nim c premix/premix"
exec "nim c premix/persist" exec "nim c premix/persist"
exec "nim c premix/debug" exec "nim c premix/debug"