]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdkext: Add devtool basic tests for eSDK.
authorAníbal Limón <limon.anibal@gmail.com>
Sun, 31 Jan 2016 16:02:03 +0000 (10:02 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Feb 2016 15:51:03 +0000 (15:51 +0000)
commit2ec513c00ab2ae0f7df631d32f8f248446c90184
treeb61147dba14e6c5e56e2dc96dccc8e3116038215
parentebe743235b383b17225553d84bf8e6f80d364dcd
oeqa/sdkext: Add devtool basic tests for eSDK.

Add simple myapp application is a C app that prints hello world
and exit.

Add devtool test for that this app to the workspace, build and
reset it.

Signed-off-by: Aníbal Limón <limon.anibal@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/sdkext/devtool.py [new file with mode: 0644]
meta/lib/oeqa/sdkext/files/myapp/Makefile [new file with mode: 0644]
meta/lib/oeqa/sdkext/files/myapp/myapp.c [new file with mode: 0644]