expo: Update tests to include textline

Provide test coverage for the new expo object type, including building
and reading/writing settings.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2023-10-01 19:13:39 -06:00
committed by Tom Rini
parent 7318e0eff2
commit c2bd2d33d9
6 changed files with 51 additions and 5 deletions

View File

@@ -24,6 +24,9 @@
#define ID_AC_ON 11
#define ID_AC_MEMORY 12
#define ID_DYNAMIC_START 13
#define ID_MACHINE_NAME 13
#define ID_MACHINE_NAME_EDIT 14
#define ID_DYNAMIC_START 15
#endif