mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +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
|
@ -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…
Reference in a new issue