test_equal_ArrayHandles improvements
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 inTestEqualResult
(the return fromtest_equal_ArrayHandles
) on failure. - Wrapped
test_equal_ArrayHandles
in its own library forUnknownArrayHandle
. -
test_equal_ArrayHandles
forUnknownArrayHandle
handles more cases.