Commit graph

3 commits

Author SHA1 Message Date
Caleb Connolly
f090e86126
test: parse: add tests for bootimg parsing (MR 2477) (MR 2483)
Add some unit tests to ensure that the parser correctly detects boot
images with header v0, 2, and 3.

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
2024-11-29 16:50:04 +01:00
Oliver Smith
1b4c38a01d
Revert "test: parse: add tests for bootimg parsing (MR 2477)" (MR 2482)
This caused a regression in CI tests.
This reverts commit ae35603197.

Related: issue 2497
2024-11-10 17:23:00 +01:00
Caleb Connolly
ae35603197
test: parse: add tests for bootimg parsing (MR 2477)
Add some unit tests to ensure that the parser correctly detects boot
images with header v0, 2, and 3.

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
2024-11-08 01:57:26 +01:00