[PATCH v3 17/18] test/raw: fix test without skeleton driver

Bruce Richardson bruce.richardson at intel.com
Tue Jul 8 14:48:09 CEST 2025


On Tue, Jul 08, 2025 at 02:28:21PM +0200, David Marchand wrote:
> Skip the test in the absence of the required skeleton driver.
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>

> ---
>  app/test/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/app/test/meson.build b/app/test/meson.build
> index 79d635b42b..8df8d3edd1 100644
> --- a/app/test/meson.build
> +++ b/app/test/meson.build
> @@ -154,7 +154,7 @@ source_file_deps = {
>      'test_prefetch.c': [],
>      'test_ptr_compress.c': ['ptr_compress'],
>      'test_rand_perf.c': [],
> -    'test_rawdev.c': ['rawdev', 'bus_vdev'],
> +    'test_rawdev.c': ['rawdev', 'bus_vdev', 'raw_skeleton'],
>      'test_rcu_qsbr.c': ['rcu', 'hash'],
>      'test_rcu_qsbr_perf.c': ['rcu', 'hash'],
>      'test_reassembly_perf.c': ['net', 'ip_frag'],
> -- 
> 2.50.0
> 


More information about the dev mailing list