Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document option to enable FVP testing #582

Merged
merged 1 commit into from
Nov 27, 2024
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