mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Add test for --libidentify command line flag
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský