test: Add mark_read_dirty
Change-Id: I7ab43db7d69b0f085574b40701d48dfa99f00856
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/Makefile.am b/Makefile.am
index 43a6912..a9406c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,6 +71,9 @@
test_request_low_version_SOURCES = test/request_low_version.c \
$(TEST_MBOX_SRCS) $(TEST_MOCK_SRCS)
+test_mark_read_dirty_SOURCES = test/mark_read_dirty.c \
+ $(TEST_MBOX_SRCS) $(TEST_MOCK_SRCS)
+
check_PROGRAMS = test/sanity \
test/copy_flash \
test/erase_flash \
@@ -89,6 +92,7 @@
test/create_zero_size_window \
test/implicit_flush \
test/request_high_version \
- test/request_low_version
+ test/request_low_version \
+ test/mark_read_dirty
TESTS = $(check_PROGRAMS)