diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index fc9bc3f8f0..41ec2e7bdb 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -266,6 +266,58 @@ "compile" : true, "export": true, "auto-update" : true + }, + { + "name": "mbed-os-example-thread-statistics", + "github":"https://github.com/ARMmbed/mbed-os-example-thread-statistics", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + }, + { + "name": "mbed-os-example-sys-info", + "github":"https://github.com/ARMmbed/mbed-os-example-sys-info", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + }, + { + "name": "mbed-os-example-cpu-usage", + "github":"https://github.com/ARMmbed/mbed-os-example-cpu-usage", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + }, + { + "name": "mbed-os-example-cpu-stats", + "github":"https://github.com/ARMmbed/mbed-os-example-cpu-stats", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true } ] }