Skip to content

Commit

Permalink
Added new system tests for mmoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Jun 1, 2023
1 parent 8fefb8c commit 53548f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mmoc/tests/system/models_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,17 @@ const char* models[] = {"adr",
"advection2D",
"advection2D_LI",
"advection_quoted",
"advectionFlux",
"airconds",
"aircont",
"bball_downstairs",
"boost",
"BouncingBall",
"buck",
"buckboost",
"buck_circuit",
"buck_term",
"burgers",
"cuk",
"cuk2",
"interleaved",
Expand All @@ -82,6 +85,8 @@ const char* models[] = {"adr",
"rltest",
"rltest_LI",
"spikings",
"testFor",
"TYSON",
"VIRplanoS"};

INSTANTIATE_TEST_SUITE_P(Models, IModelTests, testing::ValuesIn(models));
Expand Down

0 comments on commit 53548f9

Please sign in to comment.