git-subtree-dir: third_party/unordered_dense git-subtree-split: 231e48c9426bd21c273669e5fdcd042c146975cf
11 lines
223 B
C++
11 lines
223 B
C++
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
|
#include <doctest.h>
|
|
|
|
namespace doctest {
|
|
|
|
[[nodiscard]] auto current_test_name() -> char const* {
|
|
return doctest::detail::g_cs->currentTest->m_name;
|
|
}
|
|
|
|
} // namespace doctest
|