commit | 70c579b028113ddd22f966b87f936ed1b95e7ffb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:39 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:55 2023 -0400 |
tree | 03512984979e32141956a4c00b636b3bb9eeee1f | |
parent | c7c751b2456f4c7dca0bffaad962bca6628b4a34 [diff] [blame] |
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>
diff --git a/test/boot/files/expo_ids.h b/test/boot/files/expo_ids.h index 027d44b..a86e0d0 100644 --- a/test/boot/files/expo_ids.h +++ b/test/boot/files/expo_ids.h
@@ -21,5 +21,8 @@ ID_AC_ON, ID_AC_MEMORY, + ID_MACHINE_NAME, + ID_MACHINE_NAME_EDIT, + ID_DYNAMIC_START, };