aboutsummaryrefslogtreecommitdiff
path: root/external/Makefile.check
diff options
context:
space:
mode:
authorCyril Bur <cyril.bur@au1.ibm.com>2017-07-28 16:46:36 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-08-01 13:58:05 +1000
commit8ce2d051af1e3db42bdde3647c29631810d62c5a (patch)
tree1a99cf42a3e0b5ef25d98eb1e29fa22329fecebb /external/Makefile.check
parentbd692075e6ed6deb85bc33ca54bac4493681b907 (diff)
downloadskiboot-8ce2d051af1e3db42bdde3647c29631810d62c5a.zip
skiboot-8ce2d051af1e3db42bdde3647c29631810d62c5a.tar.gz
skiboot-8ce2d051af1e3db42bdde3647c29631810d62c5a.tar.bz2
external/pflash: Add tests
Signed-off-by: Cyril Bur <cyril.bur@au1.ibm.com> Reviewed-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external/Makefile.check')
-rw-r--r--external/Makefile.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/Makefile.check b/external/Makefile.check
index 9147421..b5266ae 100644
--- a/external/Makefile.check
+++ b/external/Makefile.check
@@ -1,6 +1,6 @@
# -*-Makefile-*-
-TOOL=gard ffspart
+TOOL=gard ffspart pflash
CHECK_TOOL=$(patsubst %,check-%,$(TOOL))
TOOL_COVERAGE=$(patsubst %,%-coverage,$(TOOL))
TOOL_TEST_CLEAN=$(patsubst %,%-test-clean,$(TOOL))