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
@@ -74,7 +74,7 @@ namespace CorrectnessTests
}
}
INSTANTIATE_TEST_CASE_P(CombinedCallsCorrectnessSweep,
INSTANTIATE_TEST_SUITE_P(CombinedCallsCorrectnessSweep,
CombinedCallsCorrectnessTest,
testing::Combine(
// Reduction operator (not used)
@@ -96,5 +96,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