Skip to content
Merged
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
6 changes: 4 additions & 2 deletions docs/building-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ If you have previously downloaded and installed the FVPs outside of the source
tree, you can set the `-DFVP_INSTALL_DIR=...` cmake option to set the path to
them.

If the FVPs are not installed, tests which need them will be skipped, but QEMU
tests will still be run, and all library variants will still be built.
Testing with FVPs is disabled by default, but QEMU tests will still be run, and
all library variants will still be built. Testing with FVPs can be enabled by
setting the `-DENABLE_FVP_TESTING=ON` CMake option if you have installed the
models as described above.

## Customizing

Expand Down
Loading