Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK-m VTK-m
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 205
    • Issues 205
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 37
    • Merge requests 37
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTK-mVTK-m
  • Merge requests
  • !2586

CMake: adds VTKm_ENABLE_TESTING_LIBRARY

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Vicente Bolea requested to merge vbolea/vtk-m:add-enable-testing-lib into master Sep 22, 2021
  • Overview 29
  • Commits 1
  • Pipelines 10
  • Changes 3

In some projects such as VTK we have unit tests which needs vtkm_cont_testing_library headers and exports.

This is only enabled when we set VTKm_ENABLE_TESTING, however, often times, those projects do not need to build all of the VTKm unit tests.

For that reason we need one more CMake Variable to only enable vtkm_cont_testing_library without building the tests. For that I propose the new option/variable VTKm_ENABLE_TESTING_LIBRARY

@kmorel

Edited Sep 28, 2021 by Vicente Bolea
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add-enable-testing-lib