1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
ZoKrates/zokrates_core/tests/integration.rs
Stefan 6b916e779f
Merge pull request #225 from Zokrates/if-else-array
Add support for IfElse for arrays
2019-01-22 14:54:43 +01:00

14 lines
206 B
Rust

extern crate serde_json;
#[macro_use]
extern crate serde_derive;
extern crate zokrates_core;
extern crate zokrates_field;
#[macro_use]
mod utils;
zokrates_test! {
add,
assert_one,
array_if,
}