test: Add create_read_window_v2

Change-Id: I2b1295faea3df207cce5430653b4e0a78176e13c
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/Makefile.am b/Makefile.am
index 1ea8f50..50dee6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,12 +35,16 @@
 test_get_flash_info_v2_SOURCES = test/get_flash_info_v2.c \
 				 $(TEST_MBOX_SRCS) $(TEST_MOCK_SRCS)
 
+test_create_read_window_v2_SOURCES = test/create_read_window_v2.c \
+				     $(TEST_MBOX_SRCS) $(TEST_MOCK_SRCS)
+
 check_PROGRAMS = test/sanity \
 		 test/copy_flash \
 		 test/erase_flash \
 		 test/write_flash \
 		 test/get_mbox_info_v2 \
 		 test/reset_state \
-		 test/get_flash_info_v2
+		 test/get_flash_info_v2 \
+		 test/create_read_window_v2
 
 TESTS = $(check_PROGRAMS)