mirror of
https://github.com/arnaucube/miksi-core.git
synced 2026-02-07 03:26:41 +01:00
Separate builds for prod & tests for faster tests
This commit is contained in:
3
test/circuits/main/deposit.circom
Normal file
3
test/circuits/main/deposit.circom
Normal file
@@ -0,0 +1,3 @@
|
||||
include "../../../circuits/deposit.circom";
|
||||
|
||||
component main = Deposit(4);
|
||||
3
test/circuits/main/withdraw.circom
Normal file
3
test/circuits/main/withdraw.circom
Normal file
@@ -0,0 +1,3 @@
|
||||
include "../../../circuits/withdraw.circom";
|
||||
|
||||
component main = Withdraw(4);
|
||||
Reference in New Issue
Block a user