Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 830
    • Issues 830
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 234
    • Merge requests 234
  • 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
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #17474
Closed
Open
Issue created Jan 09, 2019 by Robert Maynard@robertmaynardContributor

VTK_BUILD_TESTING 3 states are insufficient

Current VTK_BUILD_TESTING has the following three states:

  1. 'ON' - try to enable all modules that are part of TEST_DEPENDS of any module that is default. This means that on machines without MPI enabled the configuration errors out since 'VTK::ParallelMPI' is not enabled.

  2. 'OFF' - this works as expected

  3. 'DEFAULT' - this means that only modules that are currently enabled will be enabled. So for example if you enable VTK::AcceleratorsVTKm you will NOT get any tests unless you manually enable all of the following modules:

  VTK::CommonSystem
  VTK::FiltersSources
  VTK::IOImage
  VTK::IOLegacy
  VTK::IOPLY
  VTK::IOXML
  VTK::ImagingHybrid
  VTK::ImagingSources
  VTK::InteractionStyle
  VTK::RenderingFreeType
  VTK::RenderingOpenGL2
  VTK::RenderingVolumeOpenGL2
  VTK::TestingCore
  VTK::TestingRendering

If these modules are marked as DEFAULT they will not be enabled you have to force them to YES or WANT.

So what we need is the ability for a module to mark all TEST_DEPENDS as WANT so they become enabled if the system supports them.

Assignee
Assign to
Time tracking