summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2023-11-15 10:15:58 +0530
committerSubrata Banik <subratabanik@google.com>2023-11-16 05:18:47 +0000
commit2495f24bd755e541434cbc6ec7d9b4f4b281d49e (patch)
treec00324f60fa1f221418231b7b963f91ea025f9b3 /tests
parent0e11284b21a6709497d82a97884cf417ca5a7469 (diff)
downloadcoreboot-2495f24bd755e541434cbc6ec7d9b4f4b281d49e.tar.gz
coreboot-2495f24bd755e541434cbc6ec7d9b4f4b281d49e.tar.bz2
coreboot-2495f24bd755e541434cbc6ec7d9b4f4b281d49e.zip
tests/lib: Enforce ux_locales-test with CONFIG_VBOOT
The ux_locales-test relies on the ability to determine supported locales for the platform. However, this information is unavailable without VBOOT config being enabled. Therefore, enforce this test for platforms with VBOOT config alone to avoid unnecessary failures. Change-Id: I2828eb062e2b601e073e7dab9aef7316fc6ba2cd Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79056 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hsuan-ting Chen <roccochen@google.com> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc
index 3b8e93c9c2b1..0cab1ba266b6 100644
--- a/tests/lib/Makefile.inc
+++ b/tests/lib/Makefile.inc
@@ -250,3 +250,4 @@ ux_locales-test-mocks += _cbfs_alloc \
cbfs_unmap \
vb2api_get_locale_id \
vboot_get_context
+ux_locales-test-config += CONFIG_VBOOT=1