aboutsummaryrefslogtreecommitdiff
path: root/test/test_2018.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-04-09 20:18:10 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-04-09 20:18:10 +0800
commitfcf5c122e4efd4d4aceaf9eda7563ce9c3102395 (patch)
treef5bc1d4abea2a2b30001d9acdc87e2d33990d6ae /test/test_2018.cpp
parent99a436cd89a91b7dc302e16f478f06177abed9bd (diff)
downloadadvent-of-code-fcf5c122e4efd4d4aceaf9eda7563ce9c3102395.tar.gz
advent-of-code-fcf5c122e4efd4d4aceaf9eda7563ce9c3102395.zip
day5s
Diffstat (limited to 'test/test_2018.cpp')
-rw-r--r--test/test_2018.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_2018.cpp b/test/test_2018.cpp
index ee4c755..036ba19 100644
--- a/test/test_2018.cpp
+++ b/test/test_2018.cpp
@@ -2,6 +2,7 @@
#include "2018/day2/aoc.h"
#include "2018/day3/aoc.h"
#include "2018/day4/aoc.h"
+#include "2018/day5/aoc.h"
#include "catch.hpp"
#include <stdio.h>
#include <string.h>