[Skiboot] [PATCH 1/2] libflash: Restore blocklevel tests

Andrew Jeffery andrew at aj.id.au
Thu Nov 22 08:26:58 AEDT 2018


On Wed, 21 Nov 2018, at 16:46, Samuel Mendoza-Jonas wrote:
> This fell out in f58be46 "libflash/test: Rewrite Makefile.check to
> improve scalability". Add it back in as test-blocklevel.

Ah whoops. Thanks for fixing that.

Acked-by: Andrew Jeffery <andrew at aj.id.au>

> 
> Signed-off-by: Samuel Mendoza-Jonas <sam at mendozajonas.com>
> ---
>  libflash/test/Makefile.check | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/libflash/test/Makefile.check b/libflash/test/Makefile.check
> index e0d55fa0..f5ed1ee7 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
> -- 
> 2.19.1
> 
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot


More information about the Skiboot mailing list