mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
81aa601637
This was not used or maintained, and relied on InProcessWebView which we need to get rid of.
9 lines
212 B
CMake
9 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)
|