3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 22:20:54 +00:00
z3/src/api/python/z3test.py
2012-10-31 13:25:36 -07:00

6 lines
75 B
Python

import z3, doctest
r = doctest.testmod(z3)
if r.failed != 0:
exit(1)