Skip to content

Commit 0ab2216

Browse files
committed
Add lorawan and nvstore examples for testing.
1 parent 56a6f3b commit 0ab2216

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

tools/test/examples/examples.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,32 @@
238238
"compile" : true,
239239
"export": true,
240240
"auto-update" : true
241-
}
241+
},
242+
{
243+
"name": "mbed-os-example-lorawan",
244+
"github":"https://github.com/ARMmbed/mbed-os-example-lorawan",
245+
"mbed": [],
246+
"test-repo-source": "github",
247+
"features" : [],
248+
"targets" : [],
249+
"toolchains" : [],
250+
"exporters": [],
251+
"compile" : true,
252+
"export": true,
253+
"auto-update" : true
254+
},
255+
{
256+
"name": "mbed-os-example-nvstore",
257+
"github":"https://github.com/ARMmbed/mbed-os-example-nvstore",
258+
"mbed": [],
259+
"test-repo-source": "github",
260+
"features" : [],
261+
"targets" : [],
262+
"toolchains" : [],
263+
"exporters": [],
264+
"compile" : true,
265+
"export": true,
266+
"auto-update" : true
267+
}
242268
]
243269
}

0 commit comments

Comments
 (0)