mirror of https://github.com/ARMmbed/mbed-os.git
TEST: turn on sub examples build test
parent
e4188b6ad7
commit
6d47ec37fb
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue