test: Add reset_state

Change-Id: Ia18a5e7c472d8fe55fb90a13be21f731e407e6e9
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/Makefile.am b/Makefile.am
index 0c055a3..000ba52 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,10 +29,14 @@
 test_get_mbox_info_v2_SOURCES = test/get_mbox_info_v2.c \
 				$(TEST_MBOX_SRCS) $(TEST_MOCK_SRCS)
 
+test_reset_state_SOURCES = test/reset_state.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/get_mbox_info_v2 \
+		 test/reset_state
 
 TESTS = $(check_PROGRAMS)