aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.h
diff options
context:
space:
mode:
authorAnastasia Klimchuk <aklm@chromium.org>2021-07-20 14:21:46 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2021-07-22 02:03:52 +0000
commite2c8ecf6e07ceb64871798d01a47ec588b527040 (patch)
treeed4fbc3bd764f92c901e30f7006fb317c2c43447 /tests/tests.h
parent242c9bc3ecfdc6992c1e54db9da402a29bf7aba7 (diff)
downloadflashrom-e2c8ecf6e07ceb64871798d01a47ec588b527040.tar.gz
flashrom-e2c8ecf6e07ceb64871798d01a47ec588b527040.tar.bz2
flashrom-e2c8ecf6e07ceb64871798d01a47ec588b527040.zip
tests: Add unit tests for layout sanity checks
Three more tests in this patch where layout does / does not pass sanity checks. BUG=b:193584590 TEST=ninja test Change-Id: Ia21585d60443b2741f3868d7887476090e35f79b Signed-off-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/56440 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index eccc05fd..14cfee0a 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -51,5 +51,8 @@ void linux_spi_init_and_shutdown_test_success(void **state);
void included_regions_dont_overlap_test_success(void **state);
void included_regions_overlap_test_success(void **state);
void region_not_included_overlap_test_success(void **state);
+void layout_pass_sanity_checks_test_success(void **state);
+void layout_region_invalid_address_test_success(void **state);
+void layout_region_invalid_range_test_success(void **state);
#endif /* TESTS_H */