diff options
| author | Tom Rini <[email protected]> | 2025-02-13 09:52:16 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-13 09:53:31 -0600 |
| commit | f60d1163c1fe2dd409ba1af9368715c9237e567d (patch) | |
| tree | 71ba35988854f486fb5270cc1dd4dddf9e3c2979 /test/boot/bootdev.c | |
| parent | 87dec3078a0a36d2e6da7602b9a750010c2d111d (diff) | |
| parent | 404cdf0cdaacfa8595f8ec268709612d48335f01 (diff) | |
Merge patch series "test: Complete the suite migration"
Simon Glass <[email protected]> says:
This series completes the removal of test commands for suites. With this
it is possible to declare a suite (including init and uninit functions)
without needing to write a command.
It also adds timing for test suites, so we can keep track of how long
things take.
Link: https://lore.kernel.org/all/[email protected]/
Diffstat (limited to 'test/boot/bootdev.c')
| -rw-r--r-- | test/boot/bootdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/boot/bootdev.c b/test/boot/bootdev.c index 8c44afd9297..5f07430714e 100644 --- a/test/boot/bootdev.c +++ b/test/boot/bootdev.c @@ -12,7 +12,6 @@ #include <bootflow.h> #include <mapmem.h> #include <os.h> -#include <test/suites.h> #include <test/ut.h> #include "bootstd_common.h" |
