summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-04-12 14:20:18 +0930
committerAndrew Jeffery <andrew@aj.id.au>2017-04-26 17:16:13 +0930
commit0484c753a20a7659bcae322437aced548724cadb (patch)
treece553625366e635ae5172d0d5f2cebca0179d1ee /Makefile.am
parent62af1ba6d0d19dcd8146dbdb4f8adcf55af6a19f (diff)
downloadphosphor-mboxd-0484c753a20a7659bcae322437aced548724cadb.tar.gz
phosphor-mboxd-0484c753a20a7659bcae322437aced548724cadb.zip
test: Add copy_flash
Change-Id: Iac6b6207c01f1db322803218231ca97c210a583c Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dea382f..f1491d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,9 @@ AM_CFLAGS = $(CODE_COVERAGE_CFLAGS)
test_sanity_SOURCES = test/sanity.c
-check_PROGRAMS = test/sanity
+test_copy_flash_SOURCES = test/copy_flash.c mboxd_flash.c common.c mtd.c test/tmpf.c
+
+check_PROGRAMS = test/sanity \
+ test/copy_flash
TESTS = $(check_PROGRAMS)
OpenPOWER on IntegriCloud