Skip to content

Commit 6d47ec3

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TEST: turn on sub examples build test
1 parent e4188b6 commit 6d47ec3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tools/test/examples/examples.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"targets" : ["K66F", "NUCLEO_F429ZI"],
4545
"toolchains" : ["GCC_ARM", "ARM"],
4646
"exporters": [],
47-
"compile" : false,
48-
"export": false,
49-
"test" : false,
47+
"compile" : true,
48+
"export": true,
49+
"test" : true,
5050
"baud_rate": 9600,
5151
"compare_log": [
5252
"mbed-os-example-tls/tests/benchmark.log",
@@ -74,8 +74,8 @@
7474
"targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"],
7575
"toolchains" : [],
7676
"exporters": [],
77-
"compile" : false,
78-
"export": false,
77+
"compile" : true,
78+
"export": true,
7979
"test" : false,
8080
"auto-update" : true
8181
},
@@ -351,9 +351,9 @@
351351
"targets" : ["K64F"],
352352
"toolchains" : [],
353353
"exporters": [],
354-
"compile" : false,
355-
"export": false,
356-
"test" : false,
354+
"compile" : true,
355+
"export": true,
356+
"test" : true,
357357
"baud_rate": 9600,
358358
"compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"],
359359
"auto-update" : true
@@ -370,8 +370,8 @@
370370
"targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"],
371371
"toolchains" : [],
372372
"exporters": [],
373-
"compile" : false,
374-
"export": false,
373+
"compile" : true,
374+
"export": true,
375375
"test" : false,
376376
"auto-update" : true
377377
},

0 commit comments

Comments
 (0)