Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Because some tests depend on libraries from another component (e.g. "gandiva" relies on "arrow"), if we build "gandiva" and ARROW_BUILD_TESTS=ON then we must also built the tests attached to the "arrow" target. This can be hacked around using the ARROW_TEST_INCLUDE_LABELS option, but the best thing would probably be to create separate modular targets for the unit tests:
- "arrow-tests" depends on "arrow"
- "parquet-tests" depends on "parquet", "arrow"
- "gandiva-test" depends on "gandiva", "arrow"
Attachments
Issue Links
- links to