diff options
author | kaiwu <kaiwu2004@gmail.com> | 2022-03-19 08:29:50 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2022-03-19 08:29:50 +0800 |
commit | 90230f2ec6365af9889f0b7e9cbee48e5ea0f79e (patch) | |
tree | 6ce649e1e18ceb96328d230f6a0fc2440ac99882 /test/test_2015.cpp | |
parent | 0207a5a0e5f5ba522f0b005eee3f269032b01c6d (diff) | |
download | advent-of-code-90230f2ec6365af9889f0b7e9cbee48e5ea0f79e.tar.gz advent-of-code-90230f2ec6365af9889f0b7e9cbee48e5ea0f79e.zip |
day12
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 4b037c4..35239df 100644 --- a/test/test_2015.cpp +++ b/test/test_2015.cpp @@ -9,6 +9,7 @@ #include "2015/day9/aoc.h" #include "2015/day10/aoc.h" #include "2015/day11/aoc.h" +#include "2015/day12/aoc.h" #include "catch.hpp" #include <stdio.h> @@ -137,3 +138,6 @@ TEST_CASE("Corporate Policy", "[day11]") { REQUIRE(strcmp(aoc2015::day11("hxbxwxba"), "hxbxxyzz") == 0); REQUIRE(strcmp(aoc2015::day11("hxbxxyzz"), "hxcaabcc") == 0); } + +TEST_CASE("", "[day12]") { +} |