Skip to content

Commit

Permalink
instanciate test suite (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy authored Jan 31, 2024
1 parent 4bd0c70 commit fe47cfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PluginExample_test/MyBehaviorModel_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,9 @@ TEST_P(MyBehaviorModel_test, dummyTest) {
dummyTest(param);
}

INSTANTIATE_TEST_SUITE_P(dummyTest,
MyBehaviorModel_test,
::testing::ValuesIn(params));


}

0 comments on commit fe47cfe

Please sign in to comment.