Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Jun 7, 2024
1 parent 3f8cb24 commit 16d0996
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions phlop/app/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@ def list_tests(build_dir=None):
if s
]
)

return [
CTest_test(**test)
for test in json.loads(decode_bytes(run(cmd, capture_output=True).stdout))[
"tests"
]
if "command" in test
]


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "phlop"
version = "0.0.22"
version = "0.0.23"

dependencies = [

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="phlop",
version="0.0.22",
version="0.0.23",
cmdclass={},
classifiers=[],
include_package_data=True,
Expand Down

0 comments on commit 16d0996

Please sign in to comment.