mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +00:00
Tests: Move Userland/Utilities/test-web to Tests/LibWeb
This commit is contained in:
parent
284730c002
commit
b390554ad8
Notes:
sideshowbarker
2024-07-18 18:34:16 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/b390554ad8d Pull-request: https://github.com/SerenityOS/serenity/pull/6912 Reviewed-by: https://github.com/linusg
4 changed files with 4 additions and 1 deletions
|
@ -7,4 +7,5 @@ add_subdirectory(LibM)
|
|||
add_subdirectory(LibPthread)
|
||||
add_subdirectory(LibRegex)
|
||||
add_subdirectory(LibSQL)
|
||||
add_subdirectory(LibWeb)
|
||||
add_subdirectory(UserspaceEmulator)
|
||||
|
|
3
Tests/LibWeb/CMakeLists.txt
Normal file
3
Tests/LibWeb/CMakeLists.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
add_executable(test-web test-web.cpp)
|
||||
target_link_libraries(test-web LibCore LibWeb)
|
||||
install(TARGETS ${CMD_NAME} RUNTIME DESTINATION bin)
|
|
@ -47,7 +47,6 @@ target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
|
|||
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
|
||||
target_link_libraries(test-js LibJS LibLine LibCore)
|
||||
target_link_libraries(test-pthread LibThread)
|
||||
target_link_libraries(test-web LibWeb)
|
||||
target_link_libraries(tt LibPthread)
|
||||
target_link_libraries(grep LibRegex)
|
||||
target_link_libraries(zip LibArchive LibCompress LibCrypto)
|
||||
|
|
Loading…
Add table
Reference in a new issue