diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index af369e4b5c..41fb71aa2d 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -238,6 +238,32 @@ "compile" : true, "export": true, "auto-update" : true - } + }, + { + "name": "mbed-os-example-lorawan", + "github":"https://github.com/ARMmbed/mbed-os-example-lorawan", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : [], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + }, + { + "name": "mbed-os-example-nvstore", + "github":"https://github.com/ARMmbed/mbed-os-example-nvstore", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : [], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + } ] }