mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Documentation: Recommend enabling Qt chrome when running WPT on MacOS
This commit is contained in:
committed by
Andreas Kling
parent
a859b3610d
commit
1c5a7cd31b
@@ -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
|
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.
|
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:
|
Example usage:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user