vtk-m/vtkm/cont/serial/testing
Kenneth Moreland ed41874cc8 Consolidate tests for base vtkm code that is device-specific
Some of the code in the base `vtkm` namespace is device specific. For
example, the functions in `Math.h` are customized for specific devices.
Thus, we want this code to be specially compiled and run on these
devices.

Previously, we made a header file and then added separate tests to each
device package. That was created before we had ways of running on any
device. Now, it is much easier to compile the test a single time for all
devices and use the `ALL_BACKENDS` feature of `vtkm_unit_tests` CMake
function to automatically create the test for all devices.
2020-08-18 14:30:25 -06:00
..
CMakeLists.txt Consolidate tests for base vtkm code that is device-specific 2020-08-18 14:30:25 -06:00
UnitTestSerialArrayHandle.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialArrayHandleFancy.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialArrayHandleMultiplexer.cxx Create ArrayHandleMultiplexer 2019-07-22 08:36:28 -06:00
UnitTestSerialArrayHandleVirtualCoordinates.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialBitField.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialCellLocatorRectilinearGrid.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialCellLocatorUniformBins.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialCellLocatorUniformGrid.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialColorTable.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestSerialComputeRange.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestSerialDataSetExplicit.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialDataSetSingleType.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialDeviceAdapter.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialImplicitFunction.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialPointLocatorUniformGrid.cxx RuntimeDeviceTracker can't be copied and is only accessible via reference. 2019-05-20 11:43:05 -04:00
UnitTestSerialVirtualObjectHandle.cxx Convert uses of ListTagBase to List 2019-12-06 15:37:46 -07:00