mirror of https://github.com/vacp2p/nim-libp2p.git
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"
|
||||
description = "LibP2P implementation"
|
||||
license = "MIT"
|
||||
skipDirs = @["tests", "Nim"]
|
||||
skipDirs = @["tests", "examples", "Nim"]
|
||||
|
||||
requires "nim > 0.18.0",
|
||||
"https://github.com/status-im/nim-asyncdispatch2"
|
||||
|
@ -13,4 +13,5 @@ requires "nim > 0.18.0",
|
|||
task test, "Runs the test suite":
|
||||
exec "nim c -r tests/testvarint"
|
||||
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