TEST: turn on sub examples build test

pull/11475/head
Qinghao Shi 2019-11-01 00:06:21 +00:00
parent e4188b6ad7
commit 6d47ec37fb
1 changed files with 10 additions and 10 deletions

View File

@ -44,9 +44,9 @@
"targets" : ["K66F", "NUCLEO_F429ZI"], "targets" : ["K66F", "NUCLEO_F429ZI"],
"toolchains" : ["GCC_ARM", "ARM"], "toolchains" : ["GCC_ARM", "ARM"],
"exporters": [], "exporters": [],
"compile" : false, "compile" : true,
"export": false, "export": true,
"test" : false, "test" : true,
"baud_rate": 9600, "baud_rate": 9600,
"compare_log": [ "compare_log": [
"mbed-os-example-tls/tests/benchmark.log", "mbed-os-example-tls/tests/benchmark.log",
@ -74,8 +74,8 @@
"targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"], "targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"],
"toolchains" : [], "toolchains" : [],
"exporters": [], "exporters": [],
"compile" : false, "compile" : true,
"export": false, "export": true,
"test" : false, "test" : false,
"auto-update" : true "auto-update" : true
}, },
@ -351,9 +351,9 @@
"targets" : ["K64F"], "targets" : ["K64F"],
"toolchains" : [], "toolchains" : [],
"exporters": [], "exporters": [],
"compile" : false, "compile" : true,
"export": false, "export": true,
"test" : false, "test" : true,
"baud_rate": 9600, "baud_rate": 9600,
"compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"], "compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"],
"auto-update" : true "auto-update" : true
@ -370,8 +370,8 @@
"targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"], "targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"],
"toolchains" : [], "toolchains" : [],
"exporters": [], "exporters": [],
"compile" : false, "compile" : true,
"export": false, "export": true,
"test" : false, "test" : false,
"auto-update" : true "auto-update" : true
}, },