diff options
| author | Simon Glass <[email protected]> | 2024-11-02 13:36:59 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-11-13 11:56:02 -0600 |
| commit | 7a27d4187a30ccd77b6bed49af63b8eb792fe9e4 (patch) | |
| tree | 377b3cdf1112764917b08c0bc57e1375f0e81b27 /test/Makefile | |
| parent | 4563fb42f85810ac5af9fe33763056f6fd913905 (diff) | |
test: Move unicode_ut test into lib
This test doesn't belong at the top level. Move it into the lib/
directory, to match its implementation. Rename it to drop the
unnecessary _ut suffix.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Tested-by: Tom Rini <[email protected]> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 220a249c397..0b1affcf445 100644 --- a/test/Makefile +++ b/test/Makefile @@ -21,7 +21,6 @@ ifeq ($(CONFIG_XPL_BUILD),) obj-y += boot/ obj-$(CONFIG_UNIT_TEST) += common/ obj-y += log/ -obj-$(CONFIG_$(XPL_)UT_UNICODE) += unicode_ut.o else obj-$(CONFIG_SPL_UT_LOAD) += image/ endif |
