mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Meta: Remove the WPT test target from CMake
The run script it refers to no longer exists.
This commit is contained in:
parent
8b3a5d0b96
commit
15e7aaee1a
Notes:
github-actions[bot]
2024-10-08 11:42:03 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/15e7aaee1a4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1678
1 changed files with 0 additions and 10 deletions
|
@ -164,14 +164,4 @@ if (BUILD_TESTING)
|
||||||
NAME LibWeb
|
NAME LibWeb
|
||||||
COMMAND $<TARGET_FILE:headless-browser> --run-tests ${LADYBIRD_SOURCE_DIR}/Tests/LibWeb --dump-failed-ref-tests --force-fontconfig
|
COMMAND $<TARGET_FILE:headless-browser> --run-tests ${LADYBIRD_SOURCE_DIR}/Tests/LibWeb --dump-failed-ref-tests --force-fontconfig
|
||||||
)
|
)
|
||||||
add_test(
|
|
||||||
NAME WPT
|
|
||||||
CONFIGURATIONS Integration
|
|
||||||
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/../Tests/LibWeb/WPT/run.sh --webdriver-binary=$<TARGET_FILE:WebDriver>
|
|
||||||
)
|
|
||||||
set_tests_properties(LibWeb WPT PROPERTIES
|
|
||||||
DEPENDS ladybird
|
|
||||||
ENVIRONMENT QT_QPA_PLATFORM=offscreen
|
|
||||||
ENVIRONMENT "LADYBIRD_SOURCE_DIR=${LADYBIRD_SOURCE_DIR}"
|
|
||||||
)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue