mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Allow testing ordering to be specified as declaration, lexicographical, or random. Allow random seed to be specified
This commit is contained in:
		| @@ -271,6 +271,9 @@ namespace Catch { | ||||
|             stream  << " host application.\n" | ||||
|                     << "Run with -? for options\n\n"; | ||||
|  | ||||
|             if( m_config->rngSeed() != 0 ) | ||||
|                 stream << "Randomness seeded to: " << m_config->rngSeed() << "\n\n"; | ||||
|  | ||||
|             currentTestRunInfo.used = true; | ||||
|         } | ||||
|         void lazyPrintGroupInfo() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash