mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
day 11 part 1 in terraform
This commit is contained in:
@@ -130,3 +130,21 @@ run "day5_1" {
|
||||
error_message = "Part1 output is wrong"
|
||||
}
|
||||
}
|
||||
|
||||
run "day11" {
|
||||
command = plan
|
||||
|
||||
module {
|
||||
source = "./day11"
|
||||
}
|
||||
|
||||
variables {
|
||||
input = "125 17"
|
||||
}
|
||||
|
||||
assert {
|
||||
condition = output.part1 == 55312
|
||||
error_message = "Part1 output is wrong"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user