mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Added -l tags
- which lists available tags. - also improved formatting of -l for tests
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -57,5 +57,8 @@ SCENARIO( "Vector resizing affects size and capacity", "[vector][bdd][size][capa | ||||
|     } | ||||
| } | ||||
|  | ||||
| SCENARIO( "This is a really long scenario name to see how the list command deals with wrapping", "[very long tags][lots][long][tags][verbose]" ) { | ||||
| SCENARIO(   "This is a really long scenario name to see how the list command deals with wrapping", | ||||
|             "[very long tags][lots][long][tags][verbose]" | ||||
|             "[one very long tag name that should cause line wrapping writing out using the list command]" | ||||
|             "[anotherReallyLongTagNameButThisOneHasNoObviousWrapPointsSoShouldSplitWithinAWordUsingADashCharacter]" ) { | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash