mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-03 21:09:11 +00:00 
			
		
		
		
	more dotnet core
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									bd78558826
								
							
						
					
					
						commit
						dbd5ef4526
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -455,6 +455,10 @@ def check_dotnet():
 | 
			
		|||
    if r != 0:
 | 
			
		||||
        raise MKException('Failed testing gacutil. Set environment variable GACUTIL with the path to gacutil.')
 | 
			
		||||
 | 
			
		||||
def check_dotnet_core():
 | 
			
		||||
    # TBD: check DOTNET
 | 
			
		||||
    pass
 | 
			
		||||
 | 
			
		||||
def check_ml():
 | 
			
		||||
    t = TempFile('hello.ml')
 | 
			
		||||
    t.add('print_string "Hello world!\n";;')
 | 
			
		||||
| 
						 | 
				
			
			@ -3172,9 +3176,12 @@ def mk_bindings(api_files):
 | 
			
		|||
        if is_ml_enabled():
 | 
			
		||||
            check_ml()
 | 
			
		||||
            mk_z3consts_ml(api_files)
 | 
			
		||||
        if is_dotnet_enabled():
 | 
			
		||||
        if is_dotnet_enabled()
 | 
			
		||||
            check_dotnet()
 | 
			
		||||
            mk_z3consts_dotnet(api_files)
 | 
			
		||||
        if  is_dotnetcore_enabled():
 | 
			
		||||
            check_dotnet_core()
 | 
			
		||||
            mk_z3consts_dotnet(api_files)
 | 
			
		||||
 | 
			
		||||
# Extract enumeration types from API files, and add python definitions.
 | 
			
		||||
def mk_z3consts_py(api_files):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue