From fe5b333e1a82174287bea0ef6a6620bf9eb69e46 Mon Sep 17 00:00:00 2001 From: Corneliu Stoicescu Date: Sat, 9 Aug 2014 14:01:25 +0300 Subject: oeqa/runtime: add new cpp test and file This tests out the limits header which we've noticed does have problems in some SDK builds. (From OE-Core rev: 63cbed337241191f33fe951662a39ce59dce6774) Signed-off-by: Corneliu Stoicescu Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/files/test.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/lib/oeqa/runtime/files/test.cpp (limited to 'meta/lib/oeqa/runtime/files/test.cpp') diff --git a/meta/lib/oeqa/runtime/files/test.cpp b/meta/lib/oeqa/runtime/files/test.cpp new file mode 100644 index 0000000000..9e1a76473d --- /dev/null +++ b/meta/lib/oeqa/runtime/files/test.cpp @@ -0,0 +1,3 @@ +#include + +int main() {} \ No newline at end of file -- cgit v1.2.3-54-g00ecf