Skip to content

Commit 6b5c313

Browse files
committed
Document option to enable FVP testing
Previously FVP testing was enabled or disabled implicitly based on whether an FVP install could be found. This has since been changed to a specific CMake option, however the documentation fails to mention this. The build instructions have now been updated with the new CMake option.
1 parent 0af4597 commit 6b5c313

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/building-from-source.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ If you have previously downloaded and installed the FVPs outside of the source
6464
tree, you can set the `-DFVP_INSTALL_DIR=...` cmake option to set the path to
6565
them.
6666

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

7072
## Customizing
7173

0 commit comments

Comments
 (0)