DemesneGH commented on code in PR #209:
URL:
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/209#discussion_r2200120020
##########
optee-utee/Cargo.toml:
##########
@@ -40,6 +40,7 @@ serde = { version = "1.0.215" }
serde_json = { version = "1.0.133" }
# disable linking when running unit tests
optee-utee-sys = { version = "0.5.0", path = "optee-utee-sys", features =
["no_link"] }
+optee-utee-mock = { version = "0.5.0", path = "optee-utee-mock" }
Review Comment:
Consider marking this crate as optional and enabling it only for tests?
Seems it's not intended for normal developers or production use for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]