]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: meta_ide: add tests for meta-ide-support
authorYeoh Ee Peng <ee.peng.yeoh@intel.com>
Thu, 8 Feb 2018 00:01:04 +0000 (16:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Feb 2018 14:36:46 +0000 (14:36 +0000)
commitdb40eba68f51d02677526dfa4bc21343d9c27958
tree03940a40ab9069096b3b3abba699af04dd9d3ec5
parent06b32fd41d911dad7acf31ec1cdeff29585fac08
oe-selftest: meta_ide: add tests for meta-ide-support

QA team were testing meta-ide-support manually. Add automated
tests to test that bibtake meta-ide-support will create the
toolchain and environment setup script. Also test that after
using environment setup script, one can compile c program
and build cpio project.

Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/meta_ide.py [new file with mode: 0644]