From 1938202174413562858506316bb9444c81a73852 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 17 Dec 2021 16:46:29 -0500 Subject: d17p1 --- aoc2021.test/DayTests.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aoc2021.test') diff --git a/aoc2021.test/DayTests.cs b/aoc2021.test/DayTests.cs index 09d2e89..46c0c98 100644 --- a/aoc2021.test/DayTests.cs +++ b/aoc2021.test/DayTests.cs @@ -37,6 +37,7 @@ public class DayTests [DataRow(typeof(Day14), "5656", "12271437788530")] [DataRow(typeof(Day15), "702", "2955")] [DataRow(typeof(Day16), "852", "19348959966392")] + [DataRow(typeof(Day17), "12090", "")] public void CheckAllDays(Type dayType, string part1, string part2) { var s = Stopwatch.StartNew(); @@ -83,6 +84,7 @@ public class DayTests [DataRow(typeof(Day14), "1588", "2188189693529")] [DataRow(typeof(Day15), "40", "315")] [DataRow(typeof(Day16), "16", "15")] + [DataRow(typeof(Day17), "45", "112")] public void CheckTestInputs(Type dayType, string part1, string part2) { Day.UseTestInput = true; -- cgit 1.4.1