meson: Add msvc compat args to util/tests
authorDylan Baker <dylan@pnwbakers.com>
Tue, 22 May 2018 22:00:35 +0000 (15:00 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 10 Oct 2019 23:33:04 +0000 (16:33 -0700)
To keep this building with msvc

Acked-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
src/util/tests/string_buffer/meson.build

index cb767bb317daae04a9f91aea1a8732295495f02b..b3eb2714a36f1687335055ba2581c682fbfc837e 100644 (file)
@@ -23,6 +23,7 @@ test(
   executable(
     'string_buffer_test',
     'string_buffer_test.cpp',
+    cpp_args : [cpp_msvc_compat_args],
     dependencies : [idep_gtest, idep_mesautil],
     include_directories : inc_common,
   ),