gtest: add scatter, gather and all to all unit tests

Этот коммит содержится в:
Wenkai Du
2020-04-28 16:26:42 -07:00
родитель e98891d039
Коммит fee1a20b74
17 изменённых файлов: 380 добавлений и 24 удалений
+2 -1
Просмотреть файл
@@ -65,5 +65,6 @@ namespace CorrectnessTests
// Number of devices
testing::Values(2,3,4),
// In-place or not
testing::Values(false, true)));
testing::Values(false, true),
testing::Values("")));
} // namespace