File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 49
49
"exporters" : [],
50
50
"compile" : true ,
51
51
"export" : true ,
52
+ "test" : false ,
53
+ "baud_rate" : 9600 ,
54
+ "compare_log" : [
55
+ " mbed-os-example-tls/tests/benchmark.log" ,
56
+ " mbed-os-example-tls/tests/tls-client.log" ,
57
+ " mbed-os-example-tls/tests/hashing.log" ,
58
+ " mbed-os-example-tls/tests/authcrypt.log"
59
+ ],
52
60
"auto-update" : true
53
61
},
54
62
{
171
179
"exporters" : [],
172
180
"compile" : true ,
173
181
"export" : true ,
174
- "test" : false ,
182
+ "test" : true ,
175
183
"baud_rate" : 9600 ,
176
184
"compare_log" : [" mbed-os-example-nvstore/tests/nvstore.log" ],
177
185
"auto-update" : true
301
309
"exporters" : [],
302
310
"compile" : true ,
303
311
"export" : true ,
304
- "test" : false ,
312
+ "test" : true ,
305
313
"baud_rate" : 9600 ,
306
314
"compare_log" : [" mbed-os-example-filesystem/tests/filesystem.log" ],
307
315
"auto-update" : true
381
389
"exporters" : [],
382
390
"compile" : true ,
383
391
"export" : true ,
384
- "test" : false ,
392
+ "test" : true ,
385
393
"baud_rate" : 9600 ,
386
394
"compare_log" : [" mbed-os-example-blockdevice/tests/blockdevice.log" ],
387
395
"auto-update" : true
397
405
"exporters" : [],
398
406
"compile" : true ,
399
407
"export" : true ,
400
- "test" : false ,
408
+ "test" : true ,
401
409
"baud_rate" : 9600 ,
402
410
"compare_log" : [" mbed-os-example-kvstore/tests/kvstore.log" ],
403
411
"auto-update" : true
429
437
"exporters" : [],
430
438
"compile" : true ,
431
439
"export" : true ,
432
- "test" : false ,
440
+ "test" : true ,
433
441
"baud_rate" : 9600 ,
434
442
"compare_log" : [" mbed-os-example-sd-driver/tests/sd-driver.log" ],
435
443
"auto-update" : true
You can’t perform that action at this time.
0 commit comments