From 8d3640b90dca79f7a79b3a62de5cf5326577434e Mon Sep 17 00:00:00 2001 From: Aníbal Limón Date: Wed, 9 Nov 2016 14:57:40 -0600 Subject: oeqa: Move common files to oeqa/files instead of runtime only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Those files are used by runtime and sdk test cases, so move to base directory of oeqa module. [YOCTO #10599] (From OE-Core rev: ec73e8a3d3149f3866b7bfc06f169c6e05e2d338) Signed-off-by: Aníbal Limón Signed-off-by: Mariano Lopez Signed-off-by: Richard Purdie --- meta/lib/oeqa/files/test.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/lib/oeqa/files/test.cpp (limited to 'meta/lib/oeqa/files/test.cpp') diff --git a/meta/lib/oeqa/files/test.cpp b/meta/lib/oeqa/files/test.cpp new file mode 100644 index 0000000000..9e1a76473d --- /dev/null +++ b/meta/lib/oeqa/files/test.cpp @@ -0,0 +1,3 @@ +#include + +int main() {} \ No newline at end of file -- cgit v1.2.3-54-g00ecf