aboutsummaryrefslogtreecommitdiff
path: root/test/test_2021.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2021.cpp')
-rw-r--r--test/test_2021.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_2021.cpp b/test/test_2021.cpp
index 948c46f..7a57e5f 100644
--- a/test/test_2021.cpp
+++ b/test/test_2021.cpp
@@ -27,3 +27,8 @@ TEST_CASE("Binary Diagnostic", "[2021]") {
REQUIRE(3885894 == p.first);
REQUIRE(4375225 == p.second);
}
+
+TEST_CASE("Giant Squid", "[2021]") {
+ line_view lv = load_file("../src/2021/day4/input");
+ REQUIRE(0 == aoc2021::day4(lv));
+}