commit | 3eb9d26499af663cbae0e6debc0d12652071e3c9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Nov 03 21:46:42 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 14 18:14:06 2024 -0600 |
tree | ab7dcccb3405df824ac33cc864fb75deabba38d1 | |
parent | ea27c8426e356e8a89c634f1df24d5b12e49cff7 [diff] |
test: print_printf() must check availability of %ls Availability of %ls in printf() depends on having CONFIG_EFI_LOADER or CONFIG_EFI_APP. Respect this when testing. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>