mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Refactored command line parser to be more cohesive
Also added a set of unit tests for them (incomplete)
This commit is contained in:
		| @@ -315,9 +315,7 @@ namespace Catch { | ||||
|         SpanInfo m_testSpan; | ||||
|         std::vector<SpanInfo> m_sectionSpans; | ||||
|     }; | ||||
|      | ||||
|     INTERNAL_CATCH_REGISTER_REPORTER( "basic", BasicReporter ) | ||||
|      | ||||
|          | ||||
| } // end namespace Catch | ||||
|  | ||||
| #endif // TWOBLUECUBES_CATCH_REPORTER_BASIC_HPP_INCLUDED | ||||
|   | ||||
| @@ -217,8 +217,6 @@ namespace Catch { | ||||
|         std::ostringstream m_stdOut; | ||||
|         std::ostringstream m_stdErr; | ||||
|     }; | ||||
|  | ||||
|     INTERNAL_CATCH_REGISTER_REPORTER( "junit", JunitReporter ) | ||||
|      | ||||
| } // end namespace Catch | ||||
|  | ||||
|   | ||||
| @@ -134,8 +134,6 @@ namespace Catch { | ||||
|         XmlWriter m_xml; | ||||
|     }; | ||||
|  | ||||
|     INTERNAL_CATCH_REGISTER_REPORTER( "xml", XmlReporter ) | ||||
|  | ||||
| } // end namespace Catch | ||||
|  | ||||
| #endif // TWOBLUECUBES_CATCH_REPORTER_XML_HPP_INCLUDED | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash