mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-04 06:23:11 +00:00
run testament
This commit is contained in:
parent
58327fcf11
commit
40525d484f
@ -3,5 +3,5 @@ task genffi, "update the nim ffi bindings":
|
|||||||
exec "cargo install nbindgen"
|
exec "cargo install nbindgen"
|
||||||
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
|
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
|
||||||
|
|
||||||
task test, "run unit tests":
|
task tests, "run unit tests":
|
||||||
exec "testament pattern 'test/"
|
exec "testament pattern \"tests/t*.nim\" "
|
||||||
|
|||||||
@ -1,2 +1 @@
|
|||||||
|
|
||||||
include "build.nims"
|
include "build.nims"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user