mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	core
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									ccf6ca310e
								
							
						
					
					
						commit
						139d8b85f0
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -456,7 +456,9 @@ def check_dotnet():
 | 
			
		|||
        raise MKException('Failed testing gacutil. Set environment variable GACUTIL with the path to gacutil.')
 | 
			
		||||
 | 
			
		||||
def check_dotnet_core():
 | 
			
		||||
    # TBD: check DOTNET
 | 
			
		||||
    r = exec_cmd([DOTNET, '--help'])
 | 
			
		||||
    if r != 0:
 | 
			
		||||
        raise MKException('Failed testing dotnet. Make sure to install and configure dotnet core utilities')
 | 
			
		||||
    pass
 | 
			
		||||
 | 
			
		||||
def check_ml():
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue