]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa: adding selftest-hello and use it to speed up tests
authorThomas Roos <throos@amazon.de>
Wed, 17 May 2023 12:13:53 +0000 (14:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 May 2023 09:53:44 +0000 (10:53 +0100)
commitc3f26b63934888df0e3cd563c1c2804eb78a368e
tree1704971c3924542cc1c0b3102175c7a4440969ef
parent13711656b1470e9d440bcf83e9fc9dc7ab2292f9
oeqa: adding selftest-hello and use it to speed up tests

Adding a selftest version of hello world to run it in tests where no download is necessary.
Also using this in several tests to speed them up.
Using the -native version wherever possible will also speed up tests a lot.

[YOCTO #11142]

Signed-off-by: Thomas Roos <throos@amazon.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta-selftest/recipes-test/selftest-hello/files/helloworld.c [new file with mode: 0644]
meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/bbtests.py