aboutsummaryrefslogtreecommitdiff
path: root/test/test_2016.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2016.cpp')
-rw-r--r--test/test_2016.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_2016.cpp b/test/test_2016.cpp
index 4852cee..c61f26f 100644
--- a/test/test_2016.cpp
+++ b/test/test_2016.cpp
@@ -61,3 +61,9 @@ TEST_CASE("Internet Protocol Version 7", "[2016]") {
REQUIRE(115 == p.first);
REQUIRE(231 == p.second);
}
+
+TEST_CASE("Two-Factor Authentication", "[2016]") {
+ line_view lv = load_file("../src/2016/day8/input");
+ auto p = aoc2016::day8(lv);
+ REQUIRE(0 == p);
+}