Skip to content

Commit

Permalink
cargo: Add testing feature to keylime library
Browse files Browse the repository at this point in the history
This feature enables tests that require a TPM and TCTI environment
variable properly configured to run.

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki committed Feb 29, 2024
1 parent 16bd20b commit 2ca4b08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions keylime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ picky-asn1-x509.workspace = true

[dev-dependencies]
tempfile.workspace = true

[features]
# This feature enables tests that require a TPM and the TCTI environment
# variable properly configured
testing = []

0 comments on commit 2ca4b08

Please sign in to comment.