Skip to content

Commit a0dd815

Browse files
Merge #385
385: Moving generic tests to fortanix-vme directory r=raoulstrackx a=raoulstrackx Co-authored-by: Raoul Strackx <[email protected]>
2 parents 895b001 + 7a30bd6 commit a0dd815

File tree

18 files changed

+6
-6
lines changed

18 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ members = [
33
"fortanix-vme/aws-nitro-enclaves/eif-tools",
44
"fortanix-vme/aws-nitro-enclaves/nsm",
55
"fortanix-vme/aws-nitro-enclaves/nitro-attestation-verify",
6-
"fortanix-vme/aws-nitro-enclaves/tests/hello_world",
7-
"fortanix-vme/aws-nitro-enclaves/tests/outgoing_connection",
8-
"fortanix-vme/aws-nitro-enclaves/tests/incoming_connection",
9-
"fortanix-vme/aws-nitro-enclaves/tests/iron",
106
"fortanix-vme/aws-nitro-enclaves/tests/nsm-test",
11-
"fortanix-vme/vme-pkix",
127
"fortanix-vme/fortanix-vme-abi",
138
"fortanix-vme/fortanix-vme-runner",
9+
"fortanix-vme/tests/hello_world",
10+
"fortanix-vme/tests/outgoing_connection",
11+
"fortanix-vme/tests/incoming_connection",
12+
"fortanix-vme/tests/iron",
13+
"fortanix-vme/vme-pkix",
1414
"intel-sgx/aesm-client",
1515
"intel-sgx/dcap-provider",
1616
"intel-sgx/dcap-ql-sys",

fortanix-vme/ci-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function compile {
6666

6767
function cargo_test {
6868
name=$1
69-
pushd ${repo_root}/fortanix-vme/aws-nitro-enclaves/tests/$name
69+
pushd $(find ${repo_root} -type d -wholename "*/tests/${name}")
7070
out=$(mktemp /tmp/$name.out.XXXXX)
7171
err=$(mktemp /tmp/$name.err.XXXXX)
7272

File renamed without changes.
File renamed without changes.

fortanix-vme/aws-nitro-enclaves/tests/incoming_connection/Cargo.toml renamed to fortanix-vme/tests/incoming_connection/Cargo.toml

File renamed without changes.

fortanix-vme/aws-nitro-enclaves/tests/incoming_connection/out.expected renamed to fortanix-vme/tests/incoming_connection/out.expected

File renamed without changes.

fortanix-vme/aws-nitro-enclaves/tests/incoming_connection/src/main.rs renamed to fortanix-vme/tests/incoming_connection/src/main.rs

File renamed without changes.

fortanix-vme/aws-nitro-enclaves/tests/incoming_connection/test_interaction.sh renamed to fortanix-vme/tests/incoming_connection/test_interaction.sh

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)