mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
Stub z3test.py for pydistrib
This commit is contained in:
parent
db679d702f
commit
a91531c04c
|
@ -118,6 +118,7 @@ def _copy_sources():
|
|||
os.mkdir(os.path.join(SRC_DIR_LOCAL, 'src', 'api', 'python'))
|
||||
os.mkdir(os.path.join(SRC_DIR_LOCAL, 'src', 'api', 'python', 'z3'))
|
||||
open(os.path.join(SRC_DIR_LOCAL, 'src', 'api', 'python', 'z3', '.placeholder'), 'w').close()
|
||||
open(os.path.join(SRC_DIR_LOCAL, 'src', 'api', 'python', 'z3test.py'), 'w').close()
|
||||
|
||||
class build(_build):
|
||||
def run(self):
|
||||
|
|
Loading…
Reference in a new issue