]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-selftest: Move {add,remove}_include files to case
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Thu, 25 May 2017 19:25:39 +0000 (14:25 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Jun 2017 16:59:40 +0000 (17:59 +0100)
commit1130b40c3dfa65e7ece08a95b3941e4d1d20bcf0
treeaa89ffb8e58ad2d2a4b87dcfe79a45a8a9eadae6
parentc38cab77893f9d8fd505f050cc880a15677b73db
scripts/oe-selftest: Move {add,remove}_include files to case

The oe-selftest creates include files to store custom configuration to
make specific tests, every class executes a different test and may be
uses custom configuration.

So move to case class in order to simplify oe-selftest script and later
implement later a build folder per class.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
meta/lib/oeqa/selftest/case.py
scripts/oe-selftest