summaryrefslogtreecommitdiff
path: root/src/unit_tests_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit_tests_main.cpp')
-rw-r--r--src/unit_tests_main.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/unit_tests_main.cpp b/src/unit_tests_main.cpp
new file mode 100644
index 0000000..8d46240
--- /dev/null
+++ b/src/unit_tests_main.cpp
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: Unlicense
+ */
+
+#define DOCTEST_CONFIG_NO_EXCEPTIONS
+#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
+#include <doctest/doctest.h>
+
+/* These aren't the Tests you're looking for... */