[Mesa-dev] [PATCH] meson: Build st_tests_common with gtest

Dylan Baker dylan at pnwbakers.com
Thu Apr 19 16:04:22 UTC 2018


Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106131
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

I'll go ahead and push this with the added bugzilla tag, thanks!

Dylan

Quoting Mike Lothian (2018-04-19 02:02:39)
> Fixes: 34cb4d0ebc1 ("meson: build tests for gallium mesa state tracker")
> 
> Signed-off-by: Mike Lothian <mike at fireburn.co.uk>
> ---
>  src/mesa/state_tracker/tests/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mesa/state_tracker/tests/meson.build b/src/mesa/state_tracker/tests/meson.build
> index f62039ef1e..0f84513209 100644
> --- a/src/mesa/state_tracker/tests/meson.build
> +++ b/src/mesa/state_tracker/tests/meson.build
> @@ -22,7 +22,7 @@ libmesa_st_test_common = static_library(
>    'mesa_st_test_common',
>    ['st_tests_common.cpp', ir_expression_operation_h],
>    include_directories : inc_common,
> -  dependencies : dep_thread,
> +  dependencies : [dep_thread, idep_gtest],
>  )
>  
>  test(
> -- 
> 2.17.0
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180419/e881ffca/attachment.sig>


More information about the mesa-dev mailing list