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

Tento commit je obsažen v:
Wenkai Du
2020-04-28 16:26:42 -07:00
rodič e98891d039
revize fee1a20b74
17 změnil soubory, kde provedl 380 přidání a 24 odebrání
+2 -1
Zobrazit soubor
@@ -109,5 +109,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