test: Add mark_write_dirty_v2
Change-Id: I9a6fe86eff739c8bf377e7a700e79e8d28b90361
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/Makefile.am b/Makefile.am
index ea50763..539e27b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,9 @@
test_close_window_v2_SOURCES = test/close_window_v2.c \
$(TEST_MBOX_SRCS) $(TEST_MOCK_SRCS)
+test_mark_write_dirty_v2_SOURCES = test/mark_write_dirty_v2.c \
+ $(TEST_MBOX_SRCS) $(TEST_MOCK_SRCS)
+
check_PROGRAMS = test/sanity \
test/copy_flash \
test/erase_flash \
@@ -53,6 +56,7 @@
test/get_flash_info_v2 \
test/create_read_window_v2 \
test/create_write_window_v2 \
- test/close_window_v2
+ test/close_window_v2 \
+ test/mark_write_dirty_v2
TESTS = $(check_PROGRAMS)