emergency fix #239
This commit is contained in:
parent
eec9f32985
commit
1bc8f41b87
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue