mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Tests: Move LibCompress tests to Tests/LibCompress
This commit is contained in:
parent
597de3356f
commit
070cba9b0d
Notes:
sideshowbarker
2024-07-18 18:38:12 +09:00
Author: https://github.com/bgianfo
Commit: 070cba9b0d
Pull-request: https://github.com/SerenityOS/serenity/pull/6891
6 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
add_subdirectory(AK)
|
||||
add_subdirectory(Kernel)
|
||||
add_subdirectory(LibC)
|
||||
add_subdirectory(LibCompress)
|
||||
add_subdirectory(LibGfx)
|
||||
add_subdirectory(LibM)
|
||||
add_subdirectory(LibPthread)
|
||||
|
|
|
@ -6,5 +6,3 @@ set(SOURCES
|
|||
|
||||
serenity_lib(LibCompress compress)
|
||||
target_link_libraries(LibCompress LibC LibCrypto)
|
||||
|
||||
add_subdirectory(Tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue