Adding better naming to unit tests for filtering; adding short and full unit test suites (#235)

This commit is contained in:
Stanley Tsang
2020-07-21 12:19:47 -06:00
committed by GitHub
parent 35c5a7fe45
commit 684f3e6af4
14 changed files with 112 additions and 39 deletions
+3 -2
View File
@@ -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