mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fix example test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									d5811a13eb
								
							
						
					
					
						commit
						d5bd7878b3
					
				
					 1 changed files with 6 additions and 7 deletions
				
			
		| 
						 | 
					@ -14,17 +14,16 @@ popd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "Build and run examples"
 | 
					echo "Build and run examples"
 | 
				
			||||||
nmake cpp_example
 | 
					nmake cpp_example
 | 
				
			||||||
cpp_example.exe
 | 
					examples\cpp_example_build_dir\cpp_example.exe
 | 
				
			||||||
 | 
					
 | 
				
			||||||
nmake c_example
 | 
					nmake c_example
 | 
				
			||||||
c_example.exe
 | 
					examples\c_example_build_dir\c_example.exe
 | 
				
			||||||
 | 
					
 | 
				
			||||||
nmake java_example
 | 
					rem nmake java_example
 | 
				
			||||||
java_example.exe
 | 
					rem java_example.exe
 | 
				
			||||||
 | 
					 | 
				
			||||||
nmake dotnet_example
 | 
					 | 
				
			||||||
dotnet_example.exe
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					rem nmake dotnet_example
 | 
				
			||||||
 | 
					rem dotnet_example.exe
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "Build and run unit tests"
 | 
					echo "Build and run unit tests"
 | 
				
			||||||
nmake test-z3
 | 
					nmake test-z3
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue