From 31242f8570c870f60feecb6a5039d19863ecdc55 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sun, 28 Nov 2021 14:45:11 +0000 Subject: x1000-installer: add test for xf_map_parseline Change-Id: I35db43c83dc3964607b95f6b5c300c2fef455ac8 --- lib/x1000-installer/test/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/x1000-installer/test/main.c') diff --git a/lib/x1000-installer/test/main.c b/lib/x1000-installer/test/main.c index 9964e22716..f9bff1b704 100644 --- a/lib/x1000-installer/test/main.c +++ b/lib/x1000-installer/test/main.c @@ -41,11 +41,13 @@ struct test_info { extern void test_stream_read_lines(void); extern void test_stream_read_line_too_long(void); +extern void test_flashmap_parseline(void); #define TEST(x) {#x, x} static const struct test_info all_tests[] = { TEST(test_stream_read_lines), TEST(test_stream_read_line_too_long), + TEST(test_flashmap_parseline), }; #undef TEST -- cgit v1.2.3