vtk-m2/CMake/testing
Kenneth Moreland 163d591795 Add DEVICE_SOURCES to vtkm_unit_tests
The `vtkm_unit_tests` function in the CMake build now allows you to specify
which files need to be compiled with a device compiler using the
`DEVICE_SOURCES` argument. Previously, the only way to specify that unit
tests needed to be compiled with a device compiler was to use the
`ALL_BACKENDS` argument, which would automatically compile everything with
the device compiler as well as test the code on all backends.
`ALL_BACKENDS` is still supported, but it no longer changes the sources to
be compiled with the device compiler.
2022-07-08 06:28:51 -06:00
..
lsan.supp Add an asan to our gitlab ci suite 2020-04-20 11:26:26 -04:00
VTKmCheckPyexpander.cmake Don't apply pyexpander fix on Windows. 2020-08-17 16:39:47 -04:00
VTKmCheckSourceInInstall.cmake Do not declare headers for virtual classes that are removed 2021-04-28 15:28:06 -06:00
VTKmCompilerDynamicAnalysisFlags.cmake Add an asan to our gitlab ci suite 2020-04-20 11:26:26 -04:00
VTKmSystemInformation.cmake conslidate the license statement 2019-04-17 10:57:13 -06:00
VTKmTestInstall.cmake CTEST: add smoke test 2022-02-12 00:16:30 +00:00
VTKmTestWrappers.cmake Add DEVICE_SOURCES to vtkm_unit_tests 2022-07-08 06:28:51 -06:00