xo-reader2: utest: label test in console output
This commit is contained in:
parent
5ac64cbfdb
commit
85883c74e8
1 changed files with 3 additions and 1 deletions
|
|
@ -738,8 +738,10 @@ namespace xo {
|
|||
|
||||
TEST_CASE("SchematikaParser-interactive-lambda2", "[reader2][SchematikaParser]")
|
||||
{
|
||||
const auto & testname = Catch::getResultCapture().getCurrentTestName();
|
||||
|
||||
constexpr bool c_debug_flag = false;
|
||||
scope log(XO_DEBUG(c_debug_flag));
|
||||
scope log(XO_DEBUG(c_debug_flag), xtag("test", testname));
|
||||
|
||||
ArenaConfig config;
|
||||
config.name_ = "test-arena";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue