diff --git a/meson.build b/meson.build index f61c40086..f3c5f52ec 100644 --- a/meson.build +++ b/meson.build @@ -244,6 +244,7 @@ if get_option('tests') gtest_dep, gmock_dep, ], + cpp_args: test_cpp_args, ) test(name, exc) endforeach