aboutsummaryrefslogtreecommitdiff
path: root/test/test_2022.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2022.cpp')
-rw-r--r--test/test_2022.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_2022.cpp b/test/test_2022.cpp
index a62a205..38554b8 100644
--- a/test/test_2022.cpp
+++ b/test/test_2022.cpp
@@ -141,21 +141,21 @@ TEST_CASE("Beacon Exclusion Zone", "[2022]") {
// REQUIRE(0 == p.second);
//}
-TEST_CASE("", "[2022]") {
+TEST_CASE("Pyroclastic Flow", "[2022]") {
line_view lv = load_file("../src/2022/day17/input0");
auto p = aoc2022::day17(lv);
REQUIRE(0 == p.first);
REQUIRE(0 == p.second);
}
-TEST_CASE("", "[2022]") {
+TEST_CASE("Boiling Boulders", "[2022]") {
line_view lv = load_file("../src/2022/day18/input0");
auto p = aoc2022::day18(lv);
REQUIRE(0 == p.first);
REQUIRE(0 == p.second);
}
-TEST_CASE("", "[2022]") {
+TEST_CASE("Not Enough Minerals", "[2022]") {
line_view lv = load_file("../src/2022/day19/input0");
auto p = aoc2022::day19(lv);
REQUIRE(0 == p.first);
@@ -183,21 +183,21 @@ TEST_CASE("Monkey Map", "[2022]") {
REQUIRE(182170 == p.second);
}
-TEST_CASE("", "[2022]") {
+TEST_CASE("Unstable Diffusion", "[2022]") {
line_view lv = load_file("../src/2022/day23/input0");
auto p = aoc2022::day23(lv);
REQUIRE(0 == p.first);
REQUIRE(0 == p.second);
}
-TEST_CASE("", "[2022]") {
+TEST_CASE("Blizzard Basin", "[2022]") {
line_view lv = load_file("../src/2022/day24/input0");
auto p = aoc2022::day24(lv);
REQUIRE(0 == p.first);
REQUIRE(0 == p.second);
}
-TEST_CASE("", "[2022]") {
+TEST_CASE("Full of Hot Air", "[2022]") {
line_view lv = load_file("../src/2022/day25/input0");
auto p = aoc2022::day25(lv);
REQUIRE(0 == p.first);