diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 10da34caae..8cdc669b2f 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -199,6 +199,19 @@ "compile" : true, "export": true, "auto-update" : false + }, + { + "name": "mbed-os-example-cellular", + "github":"https://github.com/ARMmbed/mbed-os-example-cellular", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["MTS_DRAGONFLY_F411RE"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true } ] }