Add testmultiaddress to nimble.
This commit is contained in:
parent
98aa3ed281
commit
dba3e9ed7c
|
@ -5,7 +5,7 @@ version = "0.0.1"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "LibP2P implementation"
|
description = "LibP2P implementation"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
skipDirs = @["tests", "Nim"]
|
skipDirs = @["tests", "examples", "Nim"]
|
||||||
|
|
||||||
requires "nim > 0.18.0",
|
requires "nim > 0.18.0",
|
||||||
"https://github.com/status-im/nim-asyncdispatch2"
|
"https://github.com/status-im/nim-asyncdispatch2"
|
||||||
|
@ -14,3 +14,4 @@ task test, "Runs the test suite":
|
||||||
exec "nim c -r tests/testvarint"
|
exec "nim c -r tests/testvarint"
|
||||||
exec "nim c -r tests/testdaemon"
|
exec "nim c -r tests/testdaemon"
|
||||||
exec "nim c -r tests/testbase58"
|
exec "nim c -r tests/testbase58"
|
||||||
|
exec "nim c -r tests/testmultiaddress"
|
||||||
|
|
Loading…
Reference in New Issue