mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
|
|
@ -164,14 +164,4 @@ if (BUILD_TESTING)
|
|||
NAME LibWeb
|
||||
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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user