test: Add mark_write_erased_v2

Change-Id: I74f98b63f9971b53a90b4cc8e81ebeddaec1431d
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/Makefile.am b/Makefile.am
index 739b052..24596f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,9 @@
 test_write_flush_v2_SOURCES = test/write_flush_v2.c \
 			      $(TEST_MBOX_SRCS) $(TEST_MOCK_SRCS)
 
+test_mark_write_erased_v2_SOURCES = test/mark_write_erased_v2.c \
+				    $(TEST_MBOX_SRCS) $(TEST_MOCK_SRCS)
+
 check_PROGRAMS = test/sanity \
 		 test/copy_flash \
 		 test/erase_flash \
@@ -61,6 +64,7 @@
 		 test/create_write_window_v2 \
 		 test/close_window_v2 \
 		 test/mark_write_dirty_v2 \
-		 test/write_flush_v2
+		 test/write_flush_v2 \
+		 test/mark_write_erased_v2
 
 TESTS = $(check_PROGRAMS)