diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-03-29 20:58:41 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-03-29 20:58:41 +0800 |
commit | 5f6dac79ea491821360fe914f1be61a3bc58db72 (patch) | |
tree | 0d7e8c55a45cee04da2ad1557db1be68fce2bbe6 /test/test_2015.cpp | |
parent | 914004cbf85bbc3934deebd16a92fc95073eafdf (diff) | |
download | advent-of-code-5f6dac79ea491821360fe914f1be61a3bc58db72.tar.gz advent-of-code-5f6dac79ea491821360fe914f1be61a3bc58db72.zip |
day22
Diffstat (limited to 'test/test_2015.cpp')
-rw-r--r-- | test/test_2015.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_2015.cpp b/test/test_2015.cpp index 1abda71..431b434 100644 --- a/test/test_2015.cpp +++ b/test/test_2015.cpp @@ -12,6 +12,7 @@ #include "2015/day2/aoc.h" #include "2015/day20/aoc.h" #include "2015/day21/aoc.h" +#include "2015/day22/aoc.h" #include "2015/day3/aoc.h" #include "2015/day4/aoc.h" #include "2015/day5/aoc.h" @@ -221,3 +222,6 @@ TEST_CASE("RPG Simulator 20XX", "[day21]") { REQUIRE(91 == p.first); REQUIRE(158 == p.second); } + +TEST_CASE("Wizard Simulator 20XX", "[day22]") { +} |