diff options
author | Oxore <oxore@protonmail.com> | 2025-01-03 17:07:00 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2025-01-07 14:39:01 +0300 |
commit | cb96278e25140cfcc1afc22df2102bcf3b6ae38c (patch) | |
tree | 9e93bd8a5fb4d5fbc177924b6b25ca8cd04e7fd7 /src/unit_tests_main.cpp | |
parent | 810dc87cd5173f8cfc81c774fd49cf8f928a9ae8 (diff) |
Impl extended trace table format parser
Diffstat (limited to 'src/unit_tests_main.cpp')
-rw-r--r-- | src/unit_tests_main.cpp | 8 |
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... */ |