Commits


Kouhei Sutou authored and Wes McKinney committed 91461dfbf1c
ARROW-4352: [C++] Add support for system Google Test Google Test is installed in /usr/lib/x86_64-linux-gnu on Debian. Google Test is installed as shared library on MSYS2. This change includes some fixes to build tests with MinGW. They are just for building some tests. They aren't completed changes yet. We need more works to run all tests with MinGW build. Author: Kouhei Sutou <kou@clear-code.com> Closes #3469 from kou/cpp-system-gtest and squashes the following commits: e89e2897 <Kouhei Sutou> Fix lint f811d12c <Kouhei Sutou> Add support for system Google Test