Merge topic 'restore-device-tests'

94f0d2f8a Restore device tests

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2054
This commit is contained in:
Kenneth Moreland 2020-04-21 19:15:21 +00:00 committed by Kitware Robot
commit f6970314a1

@ -3051,7 +3051,6 @@ private:
{
std::cout << "Doing DeviceAdapter tests" << std::endl;
#if 0
TestArrayTransfer();
TestOutOfMemory();
TestTimer();
@ -3062,7 +3061,6 @@ private:
TestReduce();
TestReduceWithComparisonObject();
#endif
TestReduceWithFancyArrays();
TestReduceByKey();