aboutsummaryrefslogtreecommitdiff
path: root/test/catch_main.cpp
diff options
context:
space:
mode:
authorkaiwu <kaiwu2004@gmail.com>2022-03-14 15:29:20 +0800
committerkaiwu <kaiwu2004@gmail.com>2022-03-14 15:29:20 +0800
commit12feee12ba92c3f47ab80bf4ebe96f51dfbc599a (patch)
treeb13de1ed93cf3453a7bd449ed3da4fd4f4a38d3a /test/catch_main.cpp
downloadadvent-of-code-12feee12ba92c3f47ab80bf4ebe96f51dfbc599a.tar.gz
advent-of-code-12feee12ba92c3f47ab80bf4ebe96f51dfbc599a.zip
2015 day1
Diffstat (limited to 'test/catch_main.cpp')
-rw-r--r--test/catch_main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/catch_main.cpp b/test/catch_main.cpp
new file mode 100644
index 0000000..32217ad
--- /dev/null
+++ b/test/catch_main.cpp
@@ -0,0 +1,3 @@
+
+#define CATCH_CONFIG_MAIN
+#include "catch.hpp"