separate test_rpc from all_tests

This commit is contained in:
andri lim 2019-02-20 20:00:54 +07:00 committed by zah
parent 5f2abf7fe1
commit fa183e3a31
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -16,7 +16,7 @@ import ./test_code_stream,
./test_generalstate_json,
./test_tracer_json,
./test_persistblock_json,
./test_rpc,
#./test_rpc, # it crash if we combine it here
./test_op_arith,
./test_op_bit,
./test_op_env,