Wes McKinney created ARROW-8125: ----------------------------------- Summary: [C++] "arrow-tests" target broken with ninja build Key: ARROW-8125 URL: https://issues.apache.org/jira/browse/ARROW-8125 Project: Apache Arrow Issue Type: Bug Components: C++ Reporter: Wes McKinney Fix For: 0.17.0
{code} $ ninja arrow-tests ninja: no work to do. {code} According to git bisect this was introduced by {code} $ git bisect bad 7db3855cd4a2e2f704b8715af3a36cbef0bb2a27 is the first bad commit commit 7db3855cd4a2e2f704b8715af3a36cbef0bb2a27 Author: Benjamin Kietzman <bengil...@gmail.com> Date: Mon Mar 9 16:40:21 2020 +0100 ARROW-8014: [C++] Provide CMake targets exercising tests with a label To run a subset of the tests, use: ```shell-session $ ninja -C ~/arrow/cpp/debug-build test-arrow_dataset ``` Closes #6547 from bkietz/8014-Provide-CMake-targets-to- and squashes the following commits: cf9bbb06a <Benjamin Kietzman> test-lable- => test- 90a1a7f3b <Benjamin Kietzman> ARROW-8014: Provide Cmake targets exercising tests with a label Authored-by: Benjamin Kietzman <bengil...@gmail.com> Signed-off-by: Antoine Pitrou <anto...@python.org> cpp/cmake_modules/BuildUtils.cmake | 15 +++++++++++++++ cpp/src/arrow/CMakeLists.txt | 2 -- 2 files changed, 15 insertions(+), 2 deletions(-) {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)