-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an example of unit-tests #27
Labels
documentation
Improvements or additions to documentation
Comments
Some additional insight: Command to build a circuit in main (as seen by adding VERBOSE=1 to build command:
Command to build tests:
Note:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A normal development workflow includes writing and running unit-tests. We should have an example of tests in this template.
For reference, see https://github.com/color-typea/lido-zkllvm-accounting-curcuit/tree/minimal_setup_with_tests_and_crypto3 (commit color-typea/lido-zkllvm-accounting-circuit@41327cb)
Updated version of this branch is in https://github.com/NilFoundation/zkllvm-template/tree/minimal_setup_with_tests_and_crypto3 and #28
Smaller example is shown in #29
The text was updated successfully, but these errors were encountered: