diff options
author | Simon Glass | 2023-10-01 19:13:39 -0600 |
---|---|---|
committer | Tom Rini | 2023-10-11 15:43:55 -0400 |
commit | c2bd2d33d92cf729dfa7bac6c4c754098f0a2dfb (patch) | |
tree | 03512984979e32141956a4c00b636b3bb9eeee1f /include/test | |
parent | 7318e0eff2c52486c311e9e31f9a9c0e29965d81 (diff) |
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>
Diffstat (limited to 'include/test')
-rw-r--r-- | include/test/cedit-test.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/test/cedit-test.h b/include/test/cedit-test.h index 349df75b16d..475ecc9c2dc 100644 --- a/include/test/cedit-test.h +++ b/include/test/cedit-test.h @@ -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 |