]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/sdk: rename test cases
authorRoss Burton <ross.burton@arm.com>
Mon, 20 May 2024 10:18:28 +0000 (10:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 May 2024 09:20:08 +0000 (10:20 +0100)
commitccf7fdc0e5b6df218b319f972cd5ba142c06c243
tree31c2bcdd8e9d24c7d5563dc280eaff014bc7a5da
parent5df53fcfe3b70a5312fced3fcc1ba6290f2ee794
oeqa/sdk: rename test cases

Instead of having a test called eg "assimp", rename it to "cmake" as the
point of the test is to verify that CMake works.  This should make it
clearer what the tests are actually exercising.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/sdk/cases/autotools.py [moved from meta/lib/oeqa/sdk/cases/buildcpio.py with 97% similarity]
meta/lib/oeqa/sdk/cases/cmake.py [moved from meta/lib/oeqa/sdk/cases/assimp.py with 95% similarity]
meta/lib/oeqa/sdk/cases/gtk3.py [moved from meta/lib/oeqa/sdk/cases/buildgalculator.py with 98% similarity]
meta/lib/oeqa/sdk/cases/makefile.py [moved from meta/lib/oeqa/sdk/cases/buildlzip.py with 97% similarity]
meta/lib/oeqa/sdk/cases/meson.py [moved from meta/lib/oeqa/sdk/cases/buildepoxy.py with 93% similarity]