From 38776fbd99951761253adf8bd1fe2e810fa9d61a Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Thu, 12 Sep 2019 16:55:14 +0100 Subject: [PATCH 1/3] TEST: add atecc608a example to compilation test --- tools/test/examples/examples.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index d60ff71daf..7c25795979 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -460,6 +460,22 @@ "baud_rate": 9600, "compare_log": ["mbed-os-example-attestation/tests/attestation.log"], "auto-update" : true + }, + { + "name": "mbed-os-example-atecc608a", + "github": "https://github.com/ARMmbed/mbed-os-example-atecc608a", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "test" : false, + "baud_rate": 9600, + "compare_log": ["mbed-os-example-atecc608a/tests/atecc608a.log"], + "auto-update" : true } ] } From e4188b6ad76bda6fabb53c3d2245d5e03662593e Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Mon, 16 Sep 2019 10:39:55 +0100 Subject: [PATCH 2/3] TEST: update example.json file --- tools/test/examples/examples.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 7c25795979..4499e15c41 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -464,11 +464,11 @@ { "name": "mbed-os-example-atecc608a", "github": "https://github.com/ARMmbed/mbed-os-example-atecc608a", - "mbed": [], - "test-repo-source": "github", + "sub-repo-example": true, + "subs": ["atecc608a"], "features" : [], "targets" : ["K64F"], - "toolchains" : [], + "toolchains" : ["GCC_ARM"], "exporters": [], "compile" : true, "export": true, From 6d47ec37fb363a96c502a1af6e11d0e174119241 Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Fri, 1 Nov 2019 00:06:21 +0000 Subject: [PATCH 3/3] TEST: turn on sub examples build test --- tools/test/examples/examples.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 4499e15c41..2d517fed3a 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -44,9 +44,9 @@ "targets" : ["K66F", "NUCLEO_F429ZI"], "toolchains" : ["GCC_ARM", "ARM"], "exporters": [], - "compile" : false, - "export": false, - "test" : false, + "compile" : true, + "export": true, + "test" : true, "baud_rate": 9600, "compare_log": [ "mbed-os-example-tls/tests/benchmark.log", @@ -74,8 +74,8 @@ "targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"], "toolchains" : [], "exporters": [], - "compile" : false, - "export": false, + "compile" : true, + "export": true, "test" : false, "auto-update" : true }, @@ -351,9 +351,9 @@ "targets" : ["K64F"], "toolchains" : [], "exporters": [], - "compile" : false, - "export": false, - "test" : false, + "compile" : true, + "export": true, + "test" : true, "baud_rate": 9600, "compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"], "auto-update" : true @@ -370,8 +370,8 @@ "targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"], "toolchains" : [], "exporters": [], - "compile" : false, - "export": false, + "compile" : true, + "export": true, "test" : false, "auto-update" : true },