forked from coconut-svsm/svsm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel/Cargo.toml: Add default-test cargo feature
Add the default-test cargo feature to control what features we want to enable in the tests. The vtpm/mstpm/wrappers.rs, for example, can't run in the test environment because its malloc() etc functions conflict with the libc standard libraries. This was working before, but now it is not working as expected. "cargo test --workspace" is not honoring --no-default-features for workspace members. rust-lang/cargo#7160 Signed-off-by: Claudio Carvalho <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters