Compare commits
1 Commits
zig-develo
...
master
Author | SHA1 | Date | |
---|---|---|---|
3ed98751bc |
|
@ -50,3 +50,7 @@ pub fn build(b: *std.Build) void {
|
||||||
const test_step = b.step("test", "Run library tests");
|
const test_step = b.step("test", "Run library tests");
|
||||||
test_step.dependOn(&run_main_tests.step);
|
test_step.dependOn(&run_main_tests.step);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// define AwsProtocol to support usage within build.zig as an import
|
||||||
|
const smithy = @import("src/smithy.zig");
|
||||||
|
pub const AwsProtocol = smithy.AwsProtocol;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user