Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/markdown/Running-Meson.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ build) and others only every now and then (such as a "static analysis"
build). Any configuration can be built just by `cd`'ing to the
corresponding directory and running Ninja.

To force Meson to reconfigure without building any targets, use the
`reconfigure` target.

```sh
ninja -C builddir reconfigure
```

## Running tests

Meson provides native support for running tests. The command to do
Expand Down
Loading