Closed sammyne closed 4 years ago
Can you use the test template for the unit/functional tests? https://github.com/universal-secure-computing-community/crates-sgx/tree/sgx1.1.1/utils/sgx-tests-template
The new template removes some redundant header files, irrelevant code and provide a minimal framework.
Check it again~ I have removed the redundant files now 😄 @mssun
Is you change based on https://github.com/servo/rust-fnv/tree/v1.0.6 (948b9d3b3e71743a2884165af6d18bfdc9095f76)? I found a lot differences.
Is you change based on https://github.com/servo/rust-fnv/tree/v1.0.6 (948b9d3b3e71743a2884165af6d18bfdc9095f76)? I found a lot differences.
I have rebased on https://github.com/servo/rust-fnv/tree/v1.0.6 now~
Now, another update as recommended~ @mssun
Can you verify that the utility files of sgx-tests
are same with template? This is important because we want to make sure all crates are created in the same process and have similar structure.
Can you verify that the utility files of
sgx-tests
are same with template? This is important because we want to make sure all crates are created in the same process and have similar structure.
Now, it should be consistent = = @mssun
Merged. Thanks!
Add Crates
Description
Port in rust-fnv@1.0.6
Crate Meta
Diff of Changes