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:
parent
1956c52c68
commit
81aa601637
3 changed files with 1 additions and 179 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue