ladybird/Tests/LibDevTools/CMakeLists.txt
Sam Atkins c985f9cad5 Tests: Add a LibDevTools test suite
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.
2026-05-27 08:55:02 +01:00

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()