Skip to content

Commit

Permalink
add tls conformance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobly0 committed Nov 1, 2024
1 parent 96f9d52 commit ec35cfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pub fn build(b: *std.Build) void {
add(b, "groovebasin");
add(b, "nanovg_example");
add(b, "package_manager_regression_tests");
add(b, "tls_conformance");
}

fn add(b: *std.Build, name: []const u8) void {
Expand Down
4 changes: 4 additions & 0 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
.url = "https://github.com/Cloudef/zig-package-manager-regression-tests/archive/7987ef6c1eeda1f48870e50149480bc3d5257802.tar.gz",
.hash = "1220c5a50c21fa35c2d519b8343968202648f955d8611deae758a53ccd0000c8ee37",
},
.tls_conformance = .{
.url = "git+https://github.com/jacobly0/tls-conformance.git#1538d80d897f002a91ded95a3f58294bb40ffbf0",
.hash = "12203012a78775d7c342953cc75103c91de8c7e6cc5cc31355a1d59a3af6078d2b51",
},
},
.paths = .{
"build.zig",
Expand Down

0 comments on commit ec35cfd

Please sign in to comment.