Skip to content

Commit

Permalink
enabling tests for snp with crypto_nossl feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubDoka committed Nov 22, 2024
1 parent 7b4ec62 commit 55ea98a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/measurement.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: Apache-2.0

#![cfg(feature = "openssl")]
#![cfg(any(feature = "openssl", feature = "crypto_nossl"))]

#[cfg(all(target_os = "linux", feature = "snp"))]
mod snp_tests {
Expand Down Expand Up @@ -363,7 +363,7 @@ mod snp_tests {
}
}

#[cfg(all(target_os = "linux", feature = "sev"))]
#[cfg(all(target_os = "linux", feature = "sev", feature = "openssl"))]
mod sev_tests {
use sev::measurement::{sev::*, vcpu_types::CpuType};
// test regular sev-es
Expand Down

0 comments on commit 55ea98a

Please sign in to comment.