Adding better naming to unit tests for filtering; adding short and full unit test suites (#235)
This commit is contained in:
@@ -126,7 +126,7 @@ namespace CorrectnessTests
|
||||
dataset.Release();
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(AllReduceAbortSweep,
|
||||
INSTANTIATE_TEST_SUITE_P(AllReduceAbortSweep,
|
||||
AllReduceAbortTest,
|
||||
testing::Combine(
|
||||
// Reduction operator
|
||||
@@ -139,5 +139,6 @@ namespace CorrectnessTests
|
||||
testing::Values(2, 4),
|
||||
// In-place or not
|
||||
testing::Values(false),
|
||||
testing::Values("")));
|
||||
testing::Values("")),
|
||||
CorrectnessTest::PrintToStringParamName());
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user