mirror of
https://github.com/logos-storage/nim-chroprof.git
synced 2026-01-08 08:23:11 +00:00
create custom test task
This commit is contained in:
parent
2b3cf84359
commit
6d44662d97
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
nimble.develop
|
||||
nimble.paths
|
||||
|
||||
build
|
||||
|
||||
@ -10,3 +10,7 @@ skipDirs = @["tests"]
|
||||
requires "nim >= 1.6.16",
|
||||
"https://github.com/codex-storage/nim-chronos#feature/profiler-v4",
|
||||
"metrics >= 0.1.0"
|
||||
|
||||
|
||||
task test, "Run tests":
|
||||
exec "nim c --out:./build/testeall -r tests/testall.nim"
|
||||
Loading…
x
Reference in New Issue
Block a user