aboutsummaryrefslogtreecommitdiff
path: root/test/test_2015.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r--test/test_2015.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp
index 35239df..f5bfb26 100644
--- a/test/test_2015.cpp
+++ b/test/test_2015.cpp
@@ -140,4 +140,6 @@ TEST_CASE("Corporate Policy", "[day11]") {
}
TEST_CASE("", "[day12]") {
+ line_view lv = load_file("../src/2015/day12/input");
+ REQUIRE(156366 == aoc2015::day12(lv));
}