mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Recommend enabling Qt chrome when running WPT on MacOS
This commit is contained in:
parent
a859b3610d
commit
1c5a7cd31b
Notes:
github-actions[bot]
2024-08-17 05:44:20 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/1c5a7cd31b9 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1086
1 changed files with 7 additions and 0 deletions
|
@ -73,6 +73,13 @@ CTEST_OUTPUT_ON_FAILURE=1 LADYBIRD_SOURCE_DIR=${PWD}/../.. ninja test
|
|||
The Web Platform Tests can be run with the `WPT.sh` script. This script can also be used to compare the results of two
|
||||
test runs.
|
||||
|
||||
Enabling the Qt chrome is recommended when running the Web Platform Tests on MacOS. This can be done by running the
|
||||
following command:
|
||||
|
||||
```sh
|
||||
cmake -GNinja Build/ladybird -DENABLE_QT=ON
|
||||
```
|
||||
|
||||
Example usage:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue