You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/09/29 23:49:00 UTC

[jira] [Commented] (ARROW-10139) [C++] Tests should not install extra files

    [ https://issues.apache.org/jira/browse/ARROW-10139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204364#comment-17204364 ] 

Kouhei Sutou commented on ARROW-10139:
--------------------------------------

I think that {{libarrow_testing.so}} is an useful library to write tests for 3rd party libraries.
Especially, {{arrow::random::RandomArrayGenerator}} is useful to create test data.

> [C++] Tests should not install extra files
> ------------------------------------------
>
>                 Key: ARROW-10139
>                 URL: https://issues.apache.org/jira/browse/ARROW-10139
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Yuri
>            Priority: Major
>             Fix For: 2.0.0
>
>
> It installs:
> {noformat}
> lib/cmake/arrow/ArrowTestingConfig.cmake
> lib/cmake/arrow/ArrowTestingConfigVersion.cmake
> lib/cmake/arrow/ArrowTestingTargets-%%CMAKE_BUILD_TYPE%%.cmake
> lib/cmake/arrow/ArrowTestingTargets.cmake
> lib/cmake/arrow/FindArrowTesting.cmake
> lib/libarrow_testing.so
> lib/libarrow_testing.so.100
> lib/libarrow_testing.so.100.1.0
> libdata/pkgconfig/arrow-testing.pc
> {noformat}
> The original GitHub bug report: [https://github.com/apache/arrow/issues/8306]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)