mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
updated script
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fe30b7edb6
commit
9765a6d0d3
|
@ -8,10 +8,11 @@ make
|
|||
make test-z3
|
||||
make cpp_example
|
||||
make c_example
|
||||
make java_example
|
||||
make python_example
|
||||
# make java_example
|
||||
# make python_example
|
||||
./cpp_example
|
||||
./c_example
|
||||
|
||||
./test_capi
|
||||
|
||||
git clone https://github.com/z3prover/z3test.git z3test
|
||||
python z3test/scripts/test_benchmarks.py z3 z3test/regressions/smt2
|
||||
|
||||
|
|
Loading…
Reference in a new issue