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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_2016.cpp b/test/test_2016.cpp
index 75ed006..50cfc49 100644
--- a/test/test_2016.cpp
+++ b/test/test_2016.cpp
@@ -1,4 +1,5 @@
#include "2016/day1/aoc.h"
+#include "2016/day2/aoc.h"
#include "catch.hpp"
#include <stdio.h>
@@ -8,3 +9,7 @@ TEST_CASE("No Time for a Taxicab", "[2016]") {
REQUIRE(298 == p.first);
REQUIRE(158 == p.second);
}
+
+TEST_CASE("Bathroom Security", "[2016]") {
+ // line_view lv = load_file("../src/2016/day2/input");
+}