Skip to content

test_equal_ArrayHandles improvements

Kenneth Moreland requested to merge kmorel/vtk-m:test-improvements into master

Added several improvements to test_equal_ArrayHandles.

  • Moved test_equal_ArrayHandles and its brethren to the top namespace.
  • Updated VTKM_TEST_ASSERT to print the messages in TestEqualResult (the return from test_equal_ArrayHandles) on failure.
  • Wrapped test_equal_ArrayHandles in its own library for UnknownArrayHandle.
  • test_equal_ArrayHandles for UnknownArrayHandle handles more cases.

Merge request reports