summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/vboot_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/drivers/default/src/vboot_hash.c')
-rw-r--r--zephyr/test/drivers/default/src/vboot_hash.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/zephyr/test/drivers/default/src/vboot_hash.c b/zephyr/test/drivers/default/src/vboot_hash.c
index 61d4260a23..04f535a89c 100644
--- a/zephyr/test/drivers/default/src/vboot_hash.c
+++ b/zephyr/test/drivers/default/src/vboot_hash.c
@@ -3,15 +3,14 @@
* found in the LICENSE file.
*/
-#include "ec_commands.h"
-#include "host_command.h"
-#include "test/drivers/test_state.h"
-
#include <zephyr/kernel.h>
#include <zephyr/ztest.h>
-
#include <sha256.h>
+#include "ec_commands.h"
+#include "host_command.h"
+#include "test/drivers/test_state.h"
+
ZTEST_USER(vboot_hash, test_hostcmd_abort)
{
struct ec_response_vboot_hash response;