mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
update vsts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b002477d1a
commit
b727a3463d
|
@ -13,7 +13,17 @@ python z3test.py z3num
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo "Build and run examples"
|
echo "Build and run examples"
|
||||||
|
nmake cpp_example
|
||||||
|
cpp_example.exe
|
||||||
|
|
||||||
|
nmake c_example
|
||||||
|
c_example.exe
|
||||||
|
|
||||||
|
nmake java_example
|
||||||
|
java_example.exe
|
||||||
|
|
||||||
|
nmake dotnet_example
|
||||||
|
dotnet_example.exe
|
||||||
|
|
||||||
|
|
||||||
echo "Build and run unit tests"
|
echo "Build and run unit tests"
|
||||||
|
@ -24,5 +34,6 @@ rem test-z3.exe -a
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
echo "Run regression tests"
|
echo "Run regression tests"
|
||||||
rem git pull https://github.com/z3prover/z3test z3test
|
git pull https://github.com/z3prover/z3test z3test
|
||||||
rem cd z3test
|
cd z3test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue