Merge pull request #31 from status-im/fix-autobuild

Added eth_common to dependencies
This commit is contained in:
Yuriy Glukhov 2018-07-31 01:08:04 +03:00 committed by GitHub
commit 7fac4cbf68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ requires "nim > 0.18.0",
"stint",
"byteutils",
"chronicles",
"https://github.com/status-im/nim-asyncdispatch2"
"https://github.com/status-im/nim-asyncdispatch2",
"https://github.com/status-im/nim-eth-common"
proc runTest(name: string, lang = "c") = exec "nim " & lang & " -r tests/" & name