File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,19 @@ pub use linear_combination::*;
33
33
mod namespace;
34
34
pub use namespace:: * ;
35
35
36
+ #[ cfg( feature = "test" ) ]
36
37
mod optional_vec;
38
+ #[ cfg( feature = "test" ) ]
37
39
pub use optional_vec:: * ;
38
40
41
+ #[ cfg( feature = "test" ) ]
39
42
mod test_constraint_system;
43
+ #[ cfg( feature = "test" ) ]
40
44
pub use test_constraint_system:: { Fr , TestConstraintSystem } ;
41
45
46
+ #[ cfg( feature = "test" ) ]
42
47
mod test_constraint_checker;
48
+ #[ cfg( feature = "test" ) ]
43
49
pub use test_constraint_checker:: TestConstraintChecker ;
44
50
45
51
use snarkvm_utilities:: serialize:: * ;
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ version = "1.18.0"
59
59
60
60
[dev-dependencies .snarkvm-algorithms ]
61
61
path = " ../../algorithms"
62
- features = [ " polycommit_full" , " snark" ]
62
+ features = [ " polycommit_full" , " snark" , " test " ]
63
63
64
64
[dev-dependencies .snarkvm-circuit ]
65
65
path = " ../../circuit"
You can’t perform that action at this time.
0 commit comments