aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-11-21 17:16:00 +1100
committerStewart Smith <stewart@linux.ibm.com>2018-11-26 18:29:20 +1100
commit467770ef95f43f9734d237ce7c715dc295635751 (patch)
tree1209d41c93802dea470248ca8716b750979c6b0d
parenta41470c9492039947fb6e5ed898017f7deb7bece (diff)
downloadskiboot-467770ef95f43f9734d237ce7c715dc295635751.zip
skiboot-467770ef95f43f9734d237ce7c715dc295635751.tar.gz
skiboot-467770ef95f43f9734d237ce7c715dc295635751.tar.bz2
libflash: Restore blocklevel tests
[ Upstream commit 4b92a1b80f6dd27195ab50ab8370c7915a4a9b17 ] This fell out in f58be46 "libflash/test: Rewrite Makefile.check to improve scalability". Add it back in as test-blocklevel. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> Acked-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--libflash/test/Makefile.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/libflash/test/Makefile.check b/libflash/test/Makefile.check
index e0d55fa..f5ed1ee 100644
--- a/libflash/test/Makefile.check
+++ b/libflash/test/Makefile.check
@@ -4,6 +4,10 @@ libflash_test_test_ipmi_hiomap_SOURCES = \
libflash/test/stubs.c \
libflash/ipmi-hiomap.c
+libflash_test_test_blocklevel_SOURCES = \
+ libflash/test/test-blocklevel.c \
+ libflash/test/stubs.c
+
libflash_test_test_flash_SOURCES = \
libflash/test/test-flash.c \
libflash/test/stubs.c \
@@ -21,6 +25,7 @@ libflash_test_test_mbox_SOURCES = \
check_PROGRAMS = \
libflash/test/test-ipmi-hiomap \
+ libflash/test/test-blocklevel \
libflash/test/test-flash \
libflash/test/test-ecc \
libflash/test/test-mbox