Refactor validation tests into integration tests

This commit is contained in:
Paul Hauner
2018-10-01 16:37:34 +09:30
parent 4d1f730c95
commit 8f5285875b
15 changed files with 496 additions and 138 deletions

View File

@@ -36,3 +36,6 @@ ring = { git = "https://github.com/paritytech/ring" }
[[bin]]
path = "lighthouse/main.rs"
name = "lighthouse"
[lib]
path = "lighthouse/lib.rs"