Skip to content

Commit

Permalink
ARROW-8125: [C++] Restore link between tests created with add_arrow_t…
Browse files Browse the repository at this point in the history
…est and arrow-tests target

I'm not sure why this was removed but I originally set up the `arrow-tests`, `parquet-tests`, etc. labels to make it easy to build a subset of unit tests of interest. The feature introduced in ARROW-8014 I don't think is affected by this

Closes #6627 from wesm/ARROW-8125

Authored-by: Wes McKinney <wesm+git@apache.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
wesm authored and kou committed Mar 16, 2020
1 parent 440f021 commit d693e71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/arrow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ function(ADD_ARROW_TEST REL_TEST_NAME)

if(ARG_LABELS)
set(LABELS ${ARG_LABELS})
else()
set(LABELS "arrow-tests")
endif()

# Because of https://gitlab.kitware.com/cmake/cmake/issues/20289,
Expand Down

0 comments on commit d693e71

Please sign in to comment.