diff options
-rw-r--r-- | meta/lib/oeqa/runtime/context.py | 2 | ||||
-rw-r--r-- | meta/lib/oeqa/runtime/files/hellomod.c (renamed from meta/lib/oeqa/runtime_cases/files/hellomod.c) | 0 | ||||
-rw-r--r-- | meta/lib/oeqa/runtime/files/hellomod_makefile (renamed from meta/lib/oeqa/runtime_cases/files/hellomod_makefile) | 0 | ||||
-rw-r--r-- | meta/lib/oeqa/runtime/files/testmakefile (renamed from meta/lib/oeqa/runtime_cases/files/testmakefile) | 0 |
4 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/context.py b/meta/lib/oeqa/runtime/context.py index 496730ddbe..10a8872871 100644 --- a/meta/lib/oeqa/runtime/context.py +++ b/meta/lib/oeqa/runtime/context.py | |||
@@ -9,6 +9,8 @@ from oeqa.runtime.loader import OERuntimeTestLoader | |||
9 | 9 | ||
10 | class OERuntimeTestContext(OETestContext): | 10 | class OERuntimeTestContext(OETestContext): |
11 | loaderClass = OERuntimeTestLoader | 11 | loaderClass = OERuntimeTestLoader |
12 | runtime_files_dir = os.path.join( | ||
13 | os.path.dirname(os.path.abspath(__file__)), "files") | ||
12 | 14 | ||
13 | def __init__(self, td, logger, target, packages_manifest): | 15 | def __init__(self, td, logger, target, packages_manifest): |
14 | super(OERuntimeTestContext, self).__init__(td, logger) | 16 | super(OERuntimeTestContext, self).__init__(td, logger) |
diff --git a/meta/lib/oeqa/runtime_cases/files/hellomod.c b/meta/lib/oeqa/runtime/files/hellomod.c index a383397e93..a383397e93 100644 --- a/meta/lib/oeqa/runtime_cases/files/hellomod.c +++ b/meta/lib/oeqa/runtime/files/hellomod.c | |||
diff --git a/meta/lib/oeqa/runtime_cases/files/hellomod_makefile b/meta/lib/oeqa/runtime/files/hellomod_makefile index b92d5c8fe0..b92d5c8fe0 100644 --- a/meta/lib/oeqa/runtime_cases/files/hellomod_makefile +++ b/meta/lib/oeqa/runtime/files/hellomod_makefile | |||
diff --git a/meta/lib/oeqa/runtime_cases/files/testmakefile b/meta/lib/oeqa/runtime/files/testmakefile index ca1844e930..ca1844e930 100644 --- a/meta/lib/oeqa/runtime_cases/files/testmakefile +++ b/meta/lib/oeqa/runtime/files/testmakefile | |||