summaryrefslogtreecommitdiff
path: root/src/unit_tests_main.cpp
blob: 8d46240faf51ca39c612aa9aeea107c228ea81ab (plain)
1
2
3
4
5
6
7
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... */