mirror of
https://github.com/Z3Prover/z3
synced 2025-04-09 19:01:50 +00:00
7 lines
75 B
Python
7 lines
75 B
Python
import z3, doctest
|
|
|
|
r = doctest.testmod(z3)
|
|
if r.failed != 0:
|
|
exit(1)
|
|
|