expo: Test some cedit actions
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:21 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit5f993342962de816044f4172234ca7ecfd2bcaf6
tree300d6df560a5984ed2c6a1b5abfa8ecd1780562d
parent932ea4a1044455e7bcb48fb1391ea7e06137fad5
expo: Test some cedit actions

Refactor the action-processing code into a new cedit_do_action()
function so we can call it from a test. Check moving to a new field and
opening the menu, to ensure that rendering is correct.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/cedit.c
include/cedit.h
test/boot/cedit.c