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"],
"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
},