Add testmultiaddress to nimble.

This commit is contained in:
cheatfate 2018-11-27 14:20:05 +02:00
parent 98aa3ed281
commit dba3e9ed7c
1 changed files with 3 additions and 2 deletions

View File

@ -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"