mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
remove unreachable from vector
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7a64c82d99
commit
7ded2a90e6
2 changed files with 13 additions and 3 deletions
|
@ -2,13 +2,24 @@ rem Build
|
|||
md build
|
||||
cd build
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
|
||||
cmake -G "NMake Makefiles" ../
|
||||
cmake -DBUILD_DOTNET_BINDINGS=True -DBUILD_JAVA_BINDINGS=True -DBUILD_PYTHON_BINDINGS=True -G "NMake Makefiles" ../
|
||||
nmake
|
||||
|
||||
rem Run unit tests
|
||||
rem test python bindings
|
||||
pushd python
|
||||
python z3test.py z3
|
||||
python z3test.py z3num
|
||||
popd
|
||||
|
||||
rem Build and run examples
|
||||
|
||||
|
||||
|
||||
rem Build and run unit tests
|
||||
nmake test-z3
|
||||
test-z3.exe -a
|
||||
|
||||
|
||||
cd ..
|
||||
rem Run regression tests
|
||||
rem git pull https://github.com/z3prover/z3test z3test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue