]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe-selftest: add tests for C and C++ build tools
authorAdrian Freihofer <adrian.freihofer@gmail.com>
Thu, 7 Dec 2023 20:52:51 +0000 (21:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Dec 2023 11:58:12 +0000 (11:58 +0000)
commit41390f5202a6ee7472cb82d12c7c32f89d6e52ff
tree099a0c4de3911aa6989fa131e64eb1b4fa8063d9
parent3d79615d6c9ccb1ff3766ce05389bc22cbd656e1
oe-selftest: add tests for C and C++ build tools

Add new file for C and C++ build tools. The initial implemmentation
contains a class for CMake and one for Meson. At least these first
tests for the qemu-usermode share most of the code. That's why there
is only one c_ccp.py file and not for example a cmake.py and a
meson.py file.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/c_cpp.py [new file with mode: 0644]