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

このコミットが含まれているのは:
Wenkai Du
2020-04-28 16:26:42 -07:00
コミット fee1a20b74
17個のファイルの変更380行の追加24行の削除
+2 -1
ファイルの表示
@@ -63,5 +63,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