mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
templatize regression test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5005fcc0e0
commit
9b68072797
|
@ -22,8 +22,7 @@ jobs:
|
||||||
make test-z3
|
make test-z3
|
||||||
./test-z3 -a
|
./test-z3 -a
|
||||||
cd ..
|
cd ..
|
||||||
- script: git clone https://github.com/z3prover/z3test z3test
|
- template: scripts/regression-test.yml
|
||||||
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
|
|
||||||
|
|
||||||
|
|
||||||
# TBD:
|
# TBD:
|
||||||
|
@ -80,9 +79,8 @@ jobs:
|
||||||
./test-z3 -a
|
./test-z3 -a
|
||||||
cd ..
|
cd ..
|
||||||
condition: eq(variables['runUnitTest'], 'True')
|
condition: eq(variables['runUnitTest'], 'True')
|
||||||
# - template: scripts/test-jupyter.hml
|
# - template: scripts/test-jupyter.yml
|
||||||
- script: git clone https://github.com/z3prover/z3test z3test
|
- template: scripts/regression-test.yml
|
||||||
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
|
|
||||||
|
|
||||||
|
|
||||||
- job: "Windows2017"
|
- job: "Windows2017"
|
||||||
|
@ -108,8 +106,7 @@ jobs:
|
||||||
make test-z3
|
make test-z3
|
||||||
./test-z3 -a
|
./test-z3 -a
|
||||||
cd ..
|
cd ..
|
||||||
- script: git clone https://github.com/z3prover/z3test z3test
|
- template: scripts/regression-test.yml
|
||||||
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -140,8 +137,7 @@ jobs:
|
||||||
java -cp .:examples/java:com.microsoft.z3.jar JavaExample
|
java -cp .:examples/java:com.microsoft.z3.jar JavaExample
|
||||||
./test-z3 -a
|
./test-z3 -a
|
||||||
cd ..
|
cd ..
|
||||||
- script: git clone https://github.com/z3prover/z3test z3test
|
- template: scripts/regression-test.yml
|
||||||
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
3
scripts/regression-test.yml
Normal file
3
scripts/regression-test.yml
Normal 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
|
Loading…
Reference in a new issue