Skip to content

Commit 4c5038d

Browse files
authored
include test files in cargo (#924)
Signed-off-by: Ahmar Suhail <[email protected]>
1 parent 37d9809 commit 4c5038d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mountpoint-s3-crt-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/awslabs/mountpoint-s3"
88
description = "Rust FFI bindings to the AWS Common Runtime for Mountpoint for Amazon S3."
99
exclude = [
1010
# Exclude large files/directories not required to build the CRT (e.g. tests, docs)
11-
"crt/*/tests/**",
11+
"crt/*/tests",
1212
"!crt/aws-lc/tests/compiler_features_tests",
1313
"!crt/s2n-tls/tests/features",
1414
"crt/**/docs",

0 commit comments

Comments
 (0)