mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-02 13:33:10 +00:00
8 lines
230 B
Nim
8 lines
230 B
Nim
|
|
task genffi, "update the nim ffi bindings":
|
|
exec "cargo install nbindgen"
|
|
exec "nbindgen --crate codex-storage-proofs --output codex_proofs_ffi.nim"
|
|
|
|
task tests, "run unit tests":
|
|
exec "testament pattern \"tests/t*.nim\" "
|