3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

Fix up z3test to a) exist and b) work

This commit is contained in:
Andrew Dutcher 2016-09-21 16:55:24 -07:00
parent cf56da8482
commit 4801a27c2d
5 changed files with 14 additions and 9 deletions

View file

@ -2779,6 +2779,8 @@ def cp_z3py_to_build():
shutil.copyfile(os.path.join(src_pycache, pyc), os.path.join(target_pycache, pyc))
if is_verbose():
print("Copied '%s'" % pyc)
# Copy z3test.py
shutil.copyfile(os.path.join(Z3PY_SRC_DIR, 'z3test.py'), os.path.join(BUILD_DIR, 'python', 'z3test.py'))
def mk_bindings(api_files):
if not ONLY_MAKEFILES: