mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	merge with opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
						commit
						859c68c2ac
					
				
					 58 changed files with 1329 additions and 526 deletions
				
			
		
							
								
								
									
										18
									
								
								scripts/vsts-mac.sh
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								scripts/vsts-mac.sh
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
cd ..
 | 
			
		||||
mkdir build
 | 
			
		||||
CSC=/usr/bin/csc GACUTIL=/usr/bin/gacutil CXX=clang++ CC=clang python scripts/mk_make.py  --java --python
 | 
			
		||||
cd build
 | 
			
		||||
make
 | 
			
		||||
make test-z3
 | 
			
		||||
make cpp_example
 | 
			
		||||
make c_example
 | 
			
		||||
# make java_example
 | 
			
		||||
# make python_example
 | 
			
		||||
./cpp_example
 | 
			
		||||
./test_capi
 | 
			
		||||
 | 
			
		||||
git clone https://github.com/z3prover/z3test.git z3test
 | 
			
		||||
ls
 | 
			
		||||
python z3test/scripts/test_benchmarks.py ./z3 ./z3test/regressions/smt2
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue