From dba3e9ed7c3a84cb5af68a5f58b2ca1f51940eed Mon Sep 17 00:00:00 2001 From: cheatfate Date: Tue, 27 Nov 2018 14:20:05 +0200 Subject: [PATCH] Add testmultiaddress to nimble. --- libp2p.nimble | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libp2p.nimble b/libp2p.nimble index 5ad225f..20d6fdc 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -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" \ No newline at end of file + exec "nim c -r tests/testbase58" + exec "nim c -r tests/testmultiaddress"