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:
parent
cf56da8482
commit
4801a27c2d
5 changed files with 14 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue