From cb96278e25140cfcc1afc22df2102bcf3b6ae38c Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 3 Jan 2025 17:07:00 +0300 Subject: Impl extended trace table format parser --- src/unit_tests_main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/unit_tests_main.cpp (limited to 'src/unit_tests_main.cpp') 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 + +/* These aren't the Tests you're looking for... */ -- cgit v1.2.3