Skip to content

Commit

Permalink
feat: info reporting in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Jul 9, 2023
1 parent d3fd9e6 commit caf0347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/TestRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ handleFile(
}
else
{
report::info("\"{}\" passed", filePath);
++results.expectedXmlMatching;
}
return;
Expand Down

0 comments on commit caf0347

Please sign in to comment.