Skip to content

Commit

Permalink
update main with test
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Aug 26, 2023
1 parent 9cbc850 commit 14cfd66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main.zig
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
const std = @import("std");
const testing = std.testing;

test "tests" {
std.testing.log_level = .debug;

_ = @import("poseidon.zig");
_ = @import("bn254/tests.zig");
}

0 comments on commit 14cfd66

Please sign in to comment.