summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/files
diff options
context:
space:
mode:
authorCorneliu Stoicescu <corneliux.stoicescu@intel.com>2014-08-09 14:01:25 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-11 12:30:52 +0100
commitfe5b333e1a82174287bea0ef6a6620bf9eb69e46 (patch)
treef54ba01a81348c596179ce08810767bcf3678d75 /meta/lib/oeqa/runtime/files
parent92785a1a96607f236c26bb656438b5d0511f82fe (diff)
downloadpoky-fe5b333e1a82174287bea0ef6a6620bf9eb69e46.tar.gz
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 <corneliux.stoicescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/files')
-rw-r--r--meta/lib/oeqa/runtime/files/test.cpp3
1 files changed, 3 insertions, 0 deletions
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 @@
1#include <limits>
2
3int main() {} \ No newline at end of file