diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index db13ce6d2af..238e26533c4 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -1,4 +1,4 @@ -{ +{ "examples": [ { "name": "mbed-os-example-blinky", @@ -163,7 +163,7 @@ "compile" : true, "export": true, "auto-update" : true - }, + }, { "name": "mbed-os-example-thread-statistics", "github":"https://github.com/ARMmbed/mbed-os-example-thread-statistics", @@ -357,6 +357,19 @@ "compile" : true, "export": true, "auto-update" : true - } + }, + { + "name": "mbed-os-example-sd-driver", + "github":"https://github.com/ARMmbed/mbed-os-example-sd-driver", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + } ] }