Skip to content

Commit

Permalink
libflash: Restore blocklevel tests
Browse files Browse the repository at this point in the history
[ Upstream commit 4b92a1b ]

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>
  • Loading branch information
sammj authored and stewartsmith committed Nov 26, 2018
1 parent a41470c commit 467770e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libflash/test/Makefile.check
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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
Expand Down

0 comments on commit 467770e

Please sign in to comment.