Add solution for "Day 16: Reindeer Maze", part 2
This commit is contained in:
@@ -258,15 +258,15 @@ TEST_CASE("[ReindeerMazeTests]")
|
||||
TestContext test;
|
||||
SECTION("FullData")
|
||||
{
|
||||
test.run(std::make_unique<ReindeerMaze>(), 72400, 0, test.getInputPaths());
|
||||
test.run(std::make_unique<ReindeerMaze>(), 72400, 435, test.getInputPaths());
|
||||
}
|
||||
SECTION("ExampleData")
|
||||
{
|
||||
test.run(std::make_unique<ReindeerMaze>(), 7036, 0, test.getExampleInputPaths());
|
||||
test.run(std::make_unique<ReindeerMaze>(), 7036, 45, test.getExampleInputPaths());
|
||||
}
|
||||
SECTION("ExampleData2")
|
||||
{
|
||||
test.run(std::make_unique<ReindeerMaze>(2), 11048, 0, test.getExampleInputPaths());
|
||||
test.run(std::make_unique<ReindeerMaze>(2), 11048, 64, test.getExampleInputPaths());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user