Add tests for additional day 12 examples
This commit is contained in:
@@ -188,6 +188,14 @@ TEST_CASE("[GardenGroupsTests]")
|
||||
{
|
||||
test.run(std::make_unique<GardenGroups>(), 1930, 0, test.getExampleInputPaths());
|
||||
}
|
||||
SECTION("ExampleData2")
|
||||
{
|
||||
test.run(std::make_unique<GardenGroups>(2), 140, 0, test.getExampleInputPaths());
|
||||
}
|
||||
SECTION("ExampleData3")
|
||||
{
|
||||
test.run(std::make_unique<GardenGroups>(3), 772, 0, test.getExampleInputPaths());
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("[LanPartyTests]")
|
||||
|
||||
Reference in New Issue
Block a user