From 0ab2216803af031c3e03eb36fc8ffaba50543fc9 Mon Sep 17 00:00:00 2001 From: Cruz Monrreal II Date: Mon, 12 Mar 2018 18:45:16 -0500 Subject: [PATCH] Add lorawan and nvstore examples for testing. --- tools/test/examples/examples.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) 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 + } ] }