Add solution for "Day 14: Restroom Redoubt", part 2
This commit is contained in:
@@ -226,11 +226,11 @@ TEST_CASE("[RestroomRedoubtTests]")
|
||||
TestContext test;
|
||||
SECTION("FullData")
|
||||
{
|
||||
test.run(std::make_unique<RestroomRedoubt>(), 224969976, 0, test.getInputPaths());
|
||||
test.run(std::make_unique<RestroomRedoubt>(), 224969976, 7892, test.getInputPaths());
|
||||
}
|
||||
SECTION("ExampleData")
|
||||
{
|
||||
test.run(std::make_unique<RestroomRedoubt>(11, 7), 12, 0, test.getExampleInputPaths());
|
||||
test.run(std::make_unique<RestroomRedoubt>(11, 7, false), 12, 0, test.getExampleInputPaths());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user