mirror of
https://github.com/codex-storage/codex-storage-proofs.git
synced 2025-03-03 11:50:33 +00:00
fix stuffs
This commit is contained in:
parent
ecef418135
commit
e0aae8ba89
@ -3,5 +3,10 @@ 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 compileCircuits, "compile test circuits":
|
||||||
|
exec "circom src/circuit_tests/poseidon-digest-test.circom --r1cs --wasm -o src/circuit_tests/artifacts"
|
||||||
|
exec "circom src/circuit_tests/poseidon-hash-test.circom --r1cs --wasm -o src/circuit_tests/artifacts"
|
||||||
|
exec "circom src/circuit_tests/storer-test.circom --r1cs --wasm -o src/circuit_tests/artifacts"
|
||||||
|
|
||||||
task tests, "run unit tests":
|
task tests, "run unit tests":
|
||||||
exec "nim c -r tests/tffi.nim"
|
exec "nim c -r tests/tffi.nim"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user