osrm-backend/third_party/unordered_dense/test/app/doctest.cpp

11 lines
223 B
C++
Raw Normal View History

#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