Skip to content

Commit

Permalink
Added advection_quoted system test.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Apr 14, 2023
1 parent 702244c commit 45bc3f2
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions src/mmoc/tests/system/models_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,32 @@ TEST_P(IModelTests, GenerateCode)
EXPECT_TRUE(result.good());
}

const char* models[] = {"adr", "advection", "advection2D", "advection2D_LI", "airconds", "aircont", "bball_downstairs",
"boost", "buck", "buckboost", "buck_circuit", "buck_term", "cuk", "cuk2",
"interleaved", "inverters", "lc_line", "lotka_volterra", "NeuralNetwork1", "par_airconds", "par_airconds_cont",
"rectifier", "rltest", "rltest_LI", "spikings"};
const char* models[] = {"adr",
"advection",
"advection2D",
"advection2D_LI",
"advection_quoted",
"airconds",
"aircont",
"bball_downstairs",
"boost",
"buck",
"buckboost",
"buck_circuit",
"buck_term",
"cuk",
"cuk2",
"interleaved",
"inverters",
"lc_line",
"lotka_volterra",
"NeuralNetwork1",
"par_airconds",
"par_airconds_cont",
"rectifier",
"rltest",
"rltest_LI",
"spikings"};

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

Expand Down

0 comments on commit 45bc3f2

Please sign in to comment.