1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Corneliu Stoicescu
2014-08-09 14:01:25 +03:00
committed by Richard Purdie
parent 92785a1a96
commit fe5b333e1a
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#include <limits>
int main() {}