This is an automated email from the ASF dual-hosted git repository.

mssun pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git.


    from 0d8e9ae  [testsuite] Add leveldb_tests
     new e4d0944  [testsuite] Add protected_fs_tests
     new c24bb93  [ci] Enable basic testing

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .drone.yml                                         | 172 ++++++++++-----------
 cmake/UtilTargets.cmake                            |   6 +-
 cmake/scripts/{sgx_test.sh => test.sh}             |  10 +-
 cmake/tomls/Cargo.sgx_trusted_lib.toml             |   1 +
 cmake/tomls/Cargo.sgx_untrusted_app.toml           |   1 +
 .../leveldb_tests/enclave/src/leveldb_tests.rs     |   3 +-
 .../app/Cargo.toml                                 |   4 +-
 .../app/build.rs                                   |   0
 .../app/src/main.rs                                |   0
 .../enclave/Cargo.toml                             |   8 +-
 .../enclave/Enclave.config.xml                     |   0
 .../enclave/src/lib.rs                             |   4 +-
 .../enclave/src/protected_fs_tests.rs              |  11 +-
 13 files changed, 117 insertions(+), 103 deletions(-)
 rename cmake/scripts/{sgx_test.sh => test.sh} (70%)
 copy testsuite/{enclave_unit_test => protected_fs_tests}/app/Cargo.toml (85%)
 copy testsuite/{service_functional_test => protected_fs_tests}/app/build.rs 
(100%)
 copy testsuite/{service_functional_test => protected_fs_tests}/app/src/main.rs 
(100%)
 copy testsuite/{leveldb_tests => protected_fs_tests}/enclave/Cargo.toml (86%)
 copy testsuite/{service_functional_test => 
protected_fs_tests}/enclave/Enclave.config.xml (100%)
 copy testsuite/{leveldb_tests => protected_fs_tests}/enclave/src/lib.rs (97%)
 copy 
legacy/tests/functional_test/sgx_trusted_lib/src/tests/protected_fs_test.rs => 
testsuite/protected_fs_tests/enclave/src/protected_fs_tests.rs (90%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@teaclave.apache.org
For additional commands, e-mail: commits-h...@teaclave.apache.org

Reply via email to