Tom Rini
7894816a98
global: Avoid indirect inclusion of <env.h> from <command.h>
...
The include file <command.h> does not need anything from <env.h>.
Furthermore, include/env.h itself includes other headers which can lead
to longer indirect inclusion paths. To prepare to remove <env.h> from
<command.h> fix all of the places which had relied on this indirect
inclusion to instead include <env.h> directly.
Signed-off-by: Tom Rini <trini@konsulko.com >
---
Cc: Anatolij Gustschin <agust@denx.de >
Cc: Bin Meng <bmeng.cn@gmail.com >
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de >
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org >
Cc: Jaehoon Chung <jh80.chung@samsung.com >
Cc: Jerome Forissier <jerome.forissier@linaro.org >
Cc: Linus Walleij <linus.walleij@linaro.org >
Cc: Lukasz Majewski <lukma@denx.de >
Cc: Marek Vasut <marex@denx.de >
Cc: Mark Kettenis <kettenis@openbsd.org >
Cc: Masahisa Kojima <kojima.masahisa@socionext.com >
Cc: Mattijs Korpershoek <mkorpershoek@kernel.org >
Cc: Patrice Chotard <patrice.chotard@foss.st.com >
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com >
Cc: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com >
Cc: Simon Glass <sjg@chromium.org >
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com >
Cc: Stefan Bosch <stefan_b@posteo.net >
Cc: Tien Fong Chee <tien.fong.chee@altera.com >
Cc: Tingting Meng <tingting.meng@altera.com >
Cc: Tobias Waldekranz <tobias@waldekranz.com >
2025-05-14 13:34:36 -06:00
Simon Glass
32aba887e3
test: Drop suites.h
...
This file is empty now. Remove it and its uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2025-02-11 20:12:36 -06:00
Simon Glass
1ca67c3f04
test: Drop the function for running bootm tests
...
Use the new suite-runner to run these tests instead.
Signed-off-by: Simon Glass <sjg@chromium.org >
2025-01-24 14:34:40 -06:00
Simon Glass
4ba3ab4901
test: Drop the _test suffix on linker lists
...
Most test suites have a _test suffix. This is not necessary as there is
also a ut_ prefix.
Drop the suffix so that (with future work) the suite name can be used as
the linker-list name.
Remove the suffix from the pytest regex as well, moving it to the top of
the file, as it is a constant.
Signed-off-by: Simon Glass <sjg@chromium.org >
2025-01-24 14:34:40 -06:00
Tom Rini
48380f9b2a
Merge tag 'v2025.01-rc3' into next
...
Prepare v2025.01-rc3
2024-11-25 17:34:08 -06:00
Tom Rini
aa482995a8
Merge patch series "test: Tidy up the test/ directory"
...
Simon Glass <sjg@chromium.org > says:
Some tests do not use the unit-test framework. Others are in a suite of
their own, for no obvious reason.
This series tidies this up.
Link: https://lore.kernel.org/r/20241102193715.432529-1-sjg@chromium.org
2024-11-13 16:02:58 -06:00
Simon Glass
7f8b8c5abc
bootm: test: Move test into boot
...
This test doesn't belong at the top level. Move it into the boot/
directory, to match its implementation.
This test is currently dependent on bloblist, but the real dependency is
on sandbox, so update that.
Signed-off-by: Simon Glass <sjg@chromium.org >
Tested-by: Tom Rini <trini@konsulko.com > # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
2024-11-13 11:56:01 -06:00