mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:37:46 +00:00
Tests: Move Userland/Utilities/test-web to Tests/LibWeb
This commit is contained in:
parent
284730c002
commit
b390554ad8
4 changed files with 4 additions and 1 deletions
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)
|
Loading…
Add table
Add a link
Reference in a new issue