Split out parseTestSpec into test-only helpers

This commit is contained in:
Martin Hořeňovský
2022-10-28 00:16:38 +02:00
parent 223d8d6382
commit 3b40cf13eb
6 changed files with 45 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
#include <catch2/generators/catch_generators.hpp>
#include <catch2/internal/catch_compiler_capabilities.hpp>
#include <helpers/parse_test_spec.hpp>
namespace {
auto fakeTestCase(const char* name, const char* desc = "") { return Catch::makeTestCaseInfo("", { name, desc }, CATCH_INTERNAL_LINEINFO); }