diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2016-11-09 14:57:40 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-23 12:03:54 +0000 |
commit | ec73e8a3d3149f3866b7bfc06f169c6e05e2d338 (patch) | |
tree | dcd0b048cf511cf39f9659f1df16995108ccebb5 /meta/lib/oeqa/runtime/files/test.cpp | |
parent | 619c9ab308fbef9e3563dc661e432603e764b562 (diff) | |
download | openembedded-core-ec73e8a3d3149f3866b7bfc06f169c6e05e2d338.tar.gz openembedded-core-ec73e8a3d3149f3866b7bfc06f169c6e05e2d338.tar.bz2 openembedded-core-ec73e8a3d3149f3866b7bfc06f169c6e05e2d338.zip |
oeqa: Move common files to oeqa/files instead of runtime only
Those files are used by runtime and sdk test cases, so move to
base directory of oeqa module.
[YOCTO #10599]
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Diffstat (limited to 'meta/lib/oeqa/runtime/files/test.cpp')
-rw-r--r-- | meta/lib/oeqa/runtime/files/test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/lib/oeqa/runtime/files/test.cpp b/meta/lib/oeqa/runtime/files/test.cpp deleted file mode 100644 index 9e1a76473d..0000000000 --- a/meta/lib/oeqa/runtime/files/test.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include <limits> - -int main() {}
\ No newline at end of file |