Skip to content

Commit

Permalink
README: Add -Dtests configuration details
Browse files Browse the repository at this point in the history
May help with avoiding dependencies for distro builds.

Signed-off-by: Jeremy Kerr <[email protected]>
  • Loading branch information
jk-ozlabs committed Feb 2, 2024
1 parent 65926d9 commit 961da7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ For integration with systemd, there are a few example configuration files and
systemd target definitions under the `conf/` directory. These are not installed
by default.

By default, `meson` is configured to enable tests, which requires a few extra
dependencies (mainly `pytest`, python libraries, and `dbus-run-session`). In
cases where the tests are not required, you can avoid these dependencies by
configuring the build tree with `-Dtests=false`:

$ meson setup obj -Dtests=false

`mctp` Usage
-------------

Expand Down

0 comments on commit 961da7b

Please sign in to comment.