ladybird/Tests/LibWeb/CMakeLists.txt
Andreas Kling 81aa601637 Tests: Remove test-web
This was not used or maintained, and relied on InProcessWebView which we
need to get rid of.
2022-04-06 19:35:07 +02:00

10 lines
212 B
CMake

set(TEST_SOURCES
TestHTMLTokenizer.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibWeb LIBS LibWeb)
endforeach()
install(FILES tokenizer-test.html DESTINATION usr/Tests/LibWeb)