On 8/1/25 8:12 AM, Thomas Huth wrote:
This patch series tackles two issues. First, the tests/functional folder
has become quite crowded already, some restructuring would be helpful here.
Second, we currently encode the target architecture twice in the test names
since a lot of the test file names contain the target, too. This contributes
to the very long output lines when running "make check-functional".
So let's move the individual test files to target specific folders.
Then we can drop the target from the file name (and thus from the test
name).
I don't have have specific comments as it's mostly moving files.
Looks like a good and clean structure for expanding our tests set in the
future.
For the whole series:
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>