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 <[email protected]>
Acked-by: Bruce Richardson <[email protected]>
> ---
> 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
>