Skip to content

Commit

Permalink
include test files in cargo (awslabs#924)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmar Suhail <ahmarsu@amazon.co.uk>
  • Loading branch information
ahmarsuhail authored Jun 26, 2024
1 parent 37d9809 commit cc8d309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountpoint-s3-crt-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/awslabs/mountpoint-s3"
description = "Rust FFI bindings to the AWS Common Runtime for Mountpoint for Amazon S3."
exclude = [
# Exclude large files/directories not required to build the CRT (e.g. tests, docs)
"crt/*/tests/**",
"crt/*/tests",
"!crt/aws-lc/tests/compiler_features_tests",
"!crt/s2n-tls/tests/features",
"crt/**/docs",
Expand Down

0 comments on commit cc8d309

Please sign in to comment.