mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02: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:
committed by
Richard Purdie
parent
92785a1a96
commit
fe5b333e1a
3
meta/lib/oeqa/runtime/files/test.cpp
Normal file
3
meta/lib/oeqa/runtime/files/test.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#include <limits>
|
||||
|
||||
int main() {}
|
||||
Reference in New Issue
Block a user