Use a fake delegate to cover root, target, inspector, styles, network, navigation, and accessibility behavior. This is not in-depth, but should be enough to catch regressions.
7 lines
198 B
CMake
7 lines
198 B
CMake
set(TEST_SOURCES
|
|
TestDevToolsProtocol.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibDevTools LIBS LibDevTools LibHTTP LibRequests LibWeb LibWebView)
|
|
endforeach()
|