Create a test widget 69/15869/5
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 31 Jul 2018 13:41:41 +0000 (15:41 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 3 Aug 2018 15:54:10 +0000 (17:54 +0200)
commit3c99b8a2cb7b784dcb5f23aa63345d60bfe9952d
treeb1908ebe81dc7c033cdfe8f221413b47ca706b7e
parent9c1a0fb10dda08bebffb490152b5cdde6420e18a
Create a test widget

Create a test widget in addition of the normal one when you use
any build type except of RELEASE. This widget will only
provide the test files (configuration + test + fixtures ...).
It joins the test framework binding to your binding or app then
you only have to access to your defined test API and launch the
tests.

The entry point is a bash script which is in charge to launch all
tests it finds.

Change-Id: I8f4a670f17fd4e4319c53a861074fb5e10b63aad
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
cmake/cmake.d/03-macros.cmake
docs/dev_guide/1_Quickstart.md
docs/dev_guide/3_advanced_usage.md
samples.d/config.cmake.sample
test-widget/launcher.sh.in [new file with mode: 0644]
test-widget/test-config.xml.in [new file with mode: 0644]