mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-03 22:13:06 +00:00
import tests
This commit is contained in:
parent
651f3d62a5
commit
77dfb0d576
@ -67,6 +67,14 @@ task test_libbacktrace, "test with libbacktrace":
|
||||
for args in allArgs:
|
||||
run args, "tests/testall"
|
||||
|
||||
task test_profiler, "test with profiler instrumentation":
|
||||
var allArgs = @[
|
||||
" -d:chronosFutureId -d:chronosProfiling",
|
||||
]
|
||||
|
||||
for args in allArgs:
|
||||
run args, "tests/testall"
|
||||
|
||||
task docs, "Generate API documentation":
|
||||
exec "mdbook build docs"
|
||||
exec nimc & " doc " & "--git.url:https://github.com/status-im/nim-chronos --git.commit:master --outdir:docs/book/api --project chronos"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user