1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_test/test_template
2019-09-17 13:08:00 +02:00

8 lines
123 B
Text

#[test]
#[allow(non_snake_case)]
fn {test_name}() {{
use zokrates_test::test_inner;
test_inner("{test_path}")
}}