Attention is currently required from: Hsuan Ting Chen.

Hsuan-ting Chen would like Hsuan Ting Chen to review this change.

View Change

tests/selfcheck.c: Include the missing header lifecycle.h

selfcheck.c is using the macro SKIP_TEST, so we should include the
header lifecycle.h.

BUG=none
TEST=meson test -C builddir/

Change-Id: Ifc07ac66320712fdbf31504b9a980354c1883f40
Signed-off-by: Hsuan Ting Chen <roccochen@chromium.org>
---
M tests/selfcheck.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/19/83219/1
diff --git a/tests/selfcheck.c b/tests/selfcheck.c
index e235d8e..6e19f60 100644
--- a/tests/selfcheck.c
+++ b/tests/selfcheck.c
@@ -17,6 +17,7 @@
#include "string.h"

#include "include/test.h"
+#include "lifecycle.h"
#include "programmer.h"
#include "tests.h"
#include <cmocka.h>

To view, visit change 83219. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: Ifc07ac66320712fdbf31504b9a980354c1883f40
Gerrit-Change-Number: 83219
Gerrit-PatchSet: 1
Gerrit-Owner: Hsuan-ting Chen <roccochen@google.com>
Gerrit-Reviewer: Hsuan Ting Chen <roccochen@chromium.org>
Gerrit-Attention: Hsuan Ting Chen <roccochen@chromium.org>