1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:05:08 +00:00
serenity/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

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)