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

This commit is contained in:
Wenkai Du
2020-04-28 16:26:42 -07:00
orang tua e98891d039
melakukan fee1a20b74
17 mengubah file dengan 380 tambahan dan 24 penghapusan
+2 -1
Melihat File
@@ -57,5 +57,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