TEST: add atecc608a example to compilation test

pull/11475/head
Qinghao Shi 2019-09-12 16:55:14 +01:00
parent c93c181b6a
commit 38776fbd99
1 changed files with 16 additions and 0 deletions

View File

@ -460,6 +460,22 @@
"baud_rate": 9600, "baud_rate": 9600,
"compare_log": ["mbed-os-example-attestation/tests/attestation.log"], "compare_log": ["mbed-os-example-attestation/tests/attestation.log"],
"auto-update" : true "auto-update" : true
},
{
"name": "mbed-os-example-atecc608a",
"github": "https://github.com/ARMmbed/mbed-os-example-atecc608a",
"mbed": [],
"test-repo-source": "github",
"features" : [],
"targets" : ["K64F"],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"test" : false,
"baud_rate": 9600,
"compare_log": ["mbed-os-example-atecc608a/tests/atecc608a.log"],
"auto-update" : true
} }
] ]
} }