Add test for --libidentify command line flag

This commit is contained in:
Martin Hořeňovský
2019-09-07 20:36:12 +02:00
parent 6da00c1b64
commit d27d580d0b
2 changed files with 4 additions and 1 deletions

View File

@@ -175,7 +175,7 @@ namespace Catch {
}
void Session::libIdentify() {
Catch::cout()
<< std::left << std::setw(16) << "description: " << "A Catch test executable\n"
<< std::left << std::setw(16) << "description: " << "A Catch2 test executable\n"
<< std::left << std::setw(16) << "category: " << "testframework\n"
<< std::left << std::setw(16) << "framework: " << "Catch Test\n"
<< std::left << std::setw(16) << "version: " << libraryVersion() << std::endl;