[+] fix ninja tests
This commit is contained in:
parent
7fa2a8a83c
commit
ae4fcb16f2
@ -266,15 +266,16 @@ class CLI(abc.ABC):
|
|||||||
env=dict(list(os.environ.items())) | env,
|
env=dict(list(os.environ.items())) | env,
|
||||||
)
|
)
|
||||||
|
|
||||||
if tests:
|
if not project.meson_path is None:
|
||||||
subprocess.check_call(
|
if tests:
|
||||||
[
|
subprocess.check_call(
|
||||||
'ninja',
|
[
|
||||||
'-C',
|
'ninja',
|
||||||
str(project.build_dir / 'pyproject'),
|
'-C',
|
||||||
'test',
|
str(project.build_dir / 'pyproject'),
|
||||||
]
|
'test',
|
||||||
)
|
]
|
||||||
|
)
|
||||||
|
|
||||||
def meson_install(
|
def meson_install(
|
||||||
self,
|
self,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = 'online.fxreader.pr34'
|
name = 'online.fxreader.pr34'
|
||||||
version = '0.1.5.9'
|
version = '0.1.5.10'
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
#"-r requirements.txt",
|
#"-r requirements.txt",
|
||||||
|
Loading…
Reference in New Issue
Block a user