mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	remove python tests from x86 build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									f7dfc39984
								
							
						
					
					
						commit
						6ee4efe93a
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -8,6 +8,7 @@ cmake -DBUILD_DOTNET_BINDINGS=True -DBUILD_JAVA_BINDINGS=True -DBUILD_PYTHON_BIN
 | 
				
			||||||
nmake
 | 
					nmake
 | 
				
			||||||
if ERRORLEVEL 1 exit 1
 | 
					if ERRORLEVEL 1 exit 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if %1 == "x86" goto :BUILD_EXAMPLES
 | 
				
			||||||
echo "Test python bindings"
 | 
					echo "Test python bindings"
 | 
				
			||||||
pushd python
 | 
					pushd python
 | 
				
			||||||
python z3test.py z3
 | 
					python z3test.py z3
 | 
				
			||||||
| 
						 | 
					@ -16,6 +17,7 @@ python z3test.py z3num
 | 
				
			||||||
if ERRORLEVEL 1 exit 1
 | 
					if ERRORLEVEL 1 exit 1
 | 
				
			||||||
popd
 | 
					popd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:BUILD_EXAMPLES
 | 
				
			||||||
echo "Build and run examples"
 | 
					echo "Build and run examples"
 | 
				
			||||||
nmake cpp_example
 | 
					nmake cpp_example
 | 
				
			||||||
examples\cpp_example_build_dir\cpp_example.exe
 | 
					examples\cpp_example_build_dir\cpp_example.exe
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue