meson: Build st_tests_common with gtest

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106131
Fixes: 34cb4d0ebc ("meson: build tests for gallium mesa state tracker")
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Mike Lothian 2018-04-19 10:02:39 +01:00 committed by Dylan Baker
parent dffdef6737
commit 051fddb4a9

View file

@ -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(