nimbus.numble: add test task

This commit is contained in:
Anna “CyberTailor” 2022-06-29 09:33:05 +05:00
parent 6e523f25cc
commit 0472d62487
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
2 changed files with 7 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Installing
* Using just Nim compiler:
nim c src/nimbus
`nim c src/nimbus`
Testing

View File

@ -10,7 +10,13 @@ license = "BSD"
bin = @["nimbus"]
srcDir = "src"
installExt = @["nim"]
# Dependencies
requires "nim >= 0.13.0"
# Tasks
task test, "Test nimbus with Testament":
exec("testament all")