sccommunity / crates-sgx

crates-sgx is a monorepo of all Rust crates ported for Teaclave SGX SDK targeting Intel SGX.
https://sccommunity.github.io/crates-sgx
Apache License 2.0
12 stars 2 forks source link

Provide a testing framework (supporting unit and functional tests) to test port SGX crates #1

Closed mssun closed 4 years ago

mssun commented 4 years ago

We should have a clean testing framework and a minimal (do not introduce many code into a crate) SGX enclave building system for ported crate to do unit and functional test in SGX.

Hopefully, we can use the Teaclave's testing framework here.