vtk-m/vtkm/cont/internal/testing
Kenneth Moreland f8442903d8 Replace TryAllTypes with trying exemplar tests
There were many tests that created code paths for every base and Vec
type that VTK-m supports (up to 4 components). Although this is
admirable, it is also excessive, and our compile times for the tests are
very long.

To shorten compile times, remove the TryAllTypes method. Replace it with
a version of TryTypes that uses a default list of "exemplar" set of
integers, floats, and Vecs.
2016-08-24 16:02:18 -06:00
..
CMakeLists.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayManagerExecutionShareWithControl.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestArrayPortalFromIterators.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestDynamicTransform.cxx Remove PointCoordinates classes 2015-08-25 14:38:50 -06:00
UnitTestIteratorFromArrayPortal.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00