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
@@ -44,7 +44,7 @@ namespace CorrectnessTests
dataset.Release();
}
INSTANTIATE_TEST_CASE_P(BroadcastCorrectnessSweep,
INSTANTIATE_TEST_SUITE_P(BroadcastCorrectnessSweep,
BroadcastCorrectnessTest,
testing::Combine(
// Reduction operator is not used
@@ -66,5 +66,6 @@ namespace CorrectnessTests
testing::Values(2,3,4,5,6,7,8),
// In-place or not
testing::Values(false, true),
testing::Values("")));
testing::Values("")),
CorrectnessTest::PrintToStringParamName());
} // namespace