]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdk: add test that CMake works
authorRoss Burton <ross.burton@intel.com>
Fri, 3 Aug 2018 14:01:14 +0000 (15:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Aug 2018 11:12:55 +0000 (12:12 +0100)
commitb4acfa11b35b47c86d2d83d7b0693284a8dc7495
treec236fe843c1f9c5948d6e599bbb838c4b50646c7
parent0b5f1b0430efac8129bca330370d8818ea93bb39
oeqa/sdk: add test that CMake works

Add a new SDK testcase that builds assimp, a project that uses cmake.

Using TARGET_ARCH and TARGET_OS which is now exported into the environment,
check that the generated binaries match the ELF headers we expect.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/cases/assimp.py [new file with mode: 0644]