Skip to content

Consolidate vtkm_cont tests

Kenneth Moreland requested to merge kmorel/vtk-m:move-device-tests into master

Previously, each device adapter implementation had their own version of several tests by including a common header. Simplify this by making a single test for each in UnitTests_vtkm_cont_testing, which can now be compiled for and tested on a device.

Edited by Kenneth Moreland

Merge request reports