This is an automated email from the ASF dual-hosted git repository.
willayd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 82595126 fix(cpp): Ensure Meson build compiles Arrow tests (#711)
82595126 is described below
commit 82595126630ad775e5818d84270afef23b178e32
Author: William Ayd <[email protected]>
AuthorDate: Tue Feb 4 15:31:12 2025 -0500
fix(cpp): Ensure Meson build compiles Arrow tests (#711)
---
meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/meson.build b/meson.build
index f61c4008..f3c5f52e 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