This is an automated email from the ASF dual-hosted git repository. yuanz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
commit 3cd70a5d189cb010f74fb9aea6951cd07cf6ef7a Author: Yuan Zhuang <[email protected]> AuthorDate: Tue Jul 9 09:51:40 2024 +0000 optee-utee: enable systest --- optee-utee/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/optee-utee/Cargo.toml b/optee-utee/Cargo.toml index ff970f8..e33810e 100644 --- a/optee-utee/Cargo.toml +++ b/optee-utee/Cargo.toml @@ -32,5 +32,5 @@ uuid = { version = "0.8", default-features = false } hex = { version = "0.4", default-features = false, features = ["alloc"] } libc_alloc = "=1.0.5" -#[workspace] -#members = ['systest'] +[workspace] +members = ['systest'] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
