mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +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)
|
|
|