mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-01 12:07:42 +03:00
PrintTo functions for google test and valgrind
This commit is contained in:
@@ -287,3 +287,8 @@ static const MultiaccelTestParam multiaccelTests[] = {
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(Multiaccel, MultiaccelTest, ValuesIn(multiaccelTests));
|
||||
|
||||
// boring stuff for google test
|
||||
void PrintTo(const MultiaccelTestParam &p, ::std::ostream *os) {
|
||||
*os << "MultiaccelTestParam: " << p.match_pattern;
|
||||
}
|
||||
|
Reference in New Issue
Block a user