Jaremy Creechley 40525d484f
run testament
2024-01-10 12:56:32 +02:00

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\" "