1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

Tests: Remove test-web

This was not used or maintained, and relied on InProcessWebView which we
need to get rid of.
This commit is contained in:
Andreas Kling 2022-04-06 14:50:44 +02:00
parent 1956c52c68
commit 81aa601637
3 changed files with 1 additions and 179 deletions

View file

@ -6,6 +6,4 @@ foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibWeb LIBS LibWeb)
endforeach()
serenity_testjs_test(test-web.cpp test-web LIBS LibWeb)
install(TARGETS test-web RUNTIME DESTINATION bin OPTIONAL)
install(FILES tokenizer-test.html DESTINATION usr/Tests/LibWeb)