Skip to content

Commit

Permalink
Add new 'mock' feature for 'mock-mount-s3' binary
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
  • Loading branch information
dannycjones committed Sep 24, 2024
1 parent 9040066 commit a054d15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mountpoint-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ fuse_tests = []
s3_tests = []
s3express_tests = []
shuttle = []
# Other feature flags
mock = ["mountpoint-s3-client/mock", "futures/thread-pool"]

[[bin]]
name = "mount-s3"
Expand All @@ -95,4 +97,4 @@ path = "src/main.rs"
[[bin]]
name = "mock-mount-s3"
path = "src/bin/mock-mount-s3.rs"
required-features = ["mountpoint-s3-client/mock"]
required-features = ["mock"]

0 comments on commit a054d15

Please sign in to comment.