Commits


Benjamin Kietzman authored and Antoine Pitrou committed 7db3855cd4a
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 <bengilgit@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>