Files
circ/scripts/seal_tests/zokrates_test_seal.py

12 lines
228 B
Python

#!/usr/bin/env python
from util import run_tests
from test_suite import *
if __name__ == "__main__":
tests = boolean_tests + arithmetic_tests + nary_arithmetic_tests + nary_boolean_tests
run_tests('zok', tests)