3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-04 16:44:07 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-07-29 11:32:20 -07:00
parent d0686671c5
commit 211a6c8752
2 changed files with 4 additions and 5 deletions

View file

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

View file

@ -1 +1,4 @@
steps:
- script: git clone https://github.com/z3prover/z3test z3test
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2
- script: python z3test/scripts/test_coverage_tests.py build/install z3test/coverage/cpp