Skip to content

Commit 2ca4b08

Browse files
committed
cargo: Add testing feature to keylime library
This feature enables tests that require a TPM and TCTI environment variable properly configured to run. Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 16bd20b commit 2ca4b08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

keylime/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ picky-asn1-x509.workspace = true
2424

2525
[dev-dependencies]
2626
tempfile.workspace = true
27+
28+
[features]
29+
# This feature enables tests that require a TPM and the TCTI environment
30+
# variable properly configured
31+
testing = []

0 commit comments

Comments
 (0)