Add solution for "Day 6: Guard Gallivant", part 2
This commit is contained in:
@@ -107,11 +107,11 @@ TEST_CASE("[GuardGallivantTests]")
|
||||
TestContext test;
|
||||
SECTION("FullData")
|
||||
{
|
||||
test.run(std::make_unique<GuardGallivant>(), 4665, 0, test.getInputPaths());
|
||||
test.run(std::make_unique<GuardGallivant>(), 4665, 1688, test.getInputPaths());
|
||||
}
|
||||
SECTION("ExampleData")
|
||||
{
|
||||
test.run(std::make_unique<GuardGallivant>(), 41, 0, test.getExampleInputPaths());
|
||||
test.run(std::make_unique<GuardGallivant>(), 41, 6, test.getExampleInputPaths());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user