3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00

fix example test

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-03-19 20:03:47 -07:00
parent d5811a13eb
commit d5bd7878b3

View file

@ -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