summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-04-12 14:39:24 +0930
committerAndrew Jeffery <andrew@aj.id.au>2017-04-26 07:46:50 +0000
commit182d4fef3024f6eeae59974475891b95b866226f (patch)
treef27c3ce612533ddfa50fcd4ad484f2e1edff33a0 /Makefile.am
parent16be9f6c8813efc45e6cf1c11b9662cd8f532d1d (diff)
downloadphosphor-mboxd-182d4fef3024f6eeae59974475891b95b866226f.tar.gz
phosphor-mboxd-182d4fef3024f6eeae59974475891b95b866226f.zip
test: Add get_flash_info_v2
Change-Id: I55916bb3b8538701b0f54f9ce259b1ac4715941c Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 000ba52..1ea8f50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,11 +32,15 @@ test_get_mbox_info_v2_SOURCES = test/get_mbox_info_v2.c \
test_reset_state_SOURCES = test/reset_state.c \
$(TEST_MBOX_SRCS) $(TEST_MOCK_SRCS)
+test_get_flash_info_v2_SOURCES = test/get_flash_info_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/reset_state \
+ test/get_flash_info_v2
TESTS = $(check_PROGRAMS)
OpenPOWER on IntegriCloud