Skip to content

Commit 9501ccd

Browse files
authored
Merge pull request #12849 from jamesbeyond/exp_update
TEST: Update example test
2 parents 72d1918 + ce88f0e commit 9501ccd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

tools/test/examples/examples.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@
127127
"exporters": [],
128128
"compile" : true,
129129
"export": true,
130-
"test" : false,
130+
"test" : true,
131+
"baud_rate": 9600,
132+
"compare_log": ["mbed-os-example-wifi/tests/wifi_scan.log"],
131133
"auto-update" : true
132134
},
133135
{
@@ -274,7 +276,7 @@
274276
"sub-repo-example": false,
275277
"subs": [],
276278
"features" : [],
277-
"targets" : ["K64F","K82F"],
279+
"targets" : ["DISCO_L475VG_IOT01A"],
278280
"toolchains" : [],
279281
"exporters": [],
280282
"compile" : true,
@@ -345,7 +347,12 @@
345347
"exporters": [],
346348
"compile" : true,
347349
"export": true,
348-
"test" : false,
350+
"test" : true,
351+
"baud_rate": 9600,
352+
"compare_log": [
353+
"mbed-os-example-nfc/tests/EEPROM.log",
354+
"mbed-os-example-nfc/tests/SmartPoster_noShield.log"
355+
],
349356
"auto-update" : true
350357
},
351358
{

0 commit comments

Comments
 (0)