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

templatize regression test

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-11 11:55:26 -07:00
parent 5005fcc0e0
commit 9b68072797
2 changed files with 8 additions and 9 deletions

View file

@ -22,8 +22,7 @@ jobs:
make test-z3
./test-z3 -a
cd ..
- script: git clone https://github.com/z3prover/z3test z3test
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
- template: scripts/regression-test.yml
# TBD:
@ -80,9 +79,8 @@ jobs:
./test-z3 -a
cd ..
condition: eq(variables['runUnitTest'], 'True')
# - template: scripts/test-jupyter.hml
- script: git clone https://github.com/z3prover/z3test z3test
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
# - template: scripts/test-jupyter.yml
- template: scripts/regression-test.yml
- job: "Windows2017"
@ -108,8 +106,7 @@ jobs:
make test-z3
./test-z3 -a
cd ..
- script: git clone https://github.com/z3prover/z3test z3test
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
- template: scripts/regression-test.yml
@ -140,8 +137,7 @@ jobs:
java -cp .:examples/java:com.microsoft.z3.jar JavaExample
./test-z3 -a
cd ..
- script: git clone https://github.com/z3prover/z3test z3test
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
- template: scripts/regression-test.yml

View file

@ -0,0 +1,3 @@
- steps
- script: git clone https://github.com/z3prover/z3test z3test
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2