3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-09 23:53:25 +00:00

Add Ubuntu CMake Coverage CI step (#5442)

Adds an extra step to CI jobs which executes the Z3 test suite with
coverage enabled, and additionally executed coverage-enhancing tests
added to z3test.
This commit is contained in:
0152la 2021-07-29 19:29:49 +01:00 committed by GitHub
parent 703659a3a8
commit 72d3074a44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +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