]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime/files: Move runtime files from old directory
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 7 Dec 2016 13:35:43 +0000 (13:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:56 +0000 (12:03 +0000)
commitf80c21b46f69c42ff0853bf8abd01cf0c082c346
tree47fb4ab21ea8c027e1ff9ca8d27ca1b0c55de8ce
parent8740803d0696a0e97b72210a56f4fbd3135826ed
oeqa/runtime/files: Move runtime files from old directory

As part of the refactor we require to move the files used
in runtime testing to the new directory. This also adds
the path to the runtime test context.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
meta/lib/oeqa/runtime/context.py
meta/lib/oeqa/runtime/files/hellomod.c [moved from meta/lib/oeqa/runtime_cases/files/hellomod.c with 100% similarity]
meta/lib/oeqa/runtime/files/hellomod_makefile [moved from meta/lib/oeqa/runtime_cases/files/hellomod_makefile with 100% similarity]
meta/lib/oeqa/runtime/files/testmakefile [moved from meta/lib/oeqa/runtime_cases/files/testmakefile with 100% similarity]