Tests: Move AK tests to Tests/AK
This commit is contained in:
parent
fd0dbd1ebf
commit
67322b0702
Notes:
sideshowbarker
2024-07-18 18:38:20 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/67322b07028 Pull-request: https://github.com/SerenityOS/serenity/pull/6891
64 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
include(${CMAKE_SOURCE_DIR}/Meta/CMake/utils.cmake)
|
||||
serenity_install_headers(AK)
|
||||
serenity_install_sources(AK)
|
||||
|
||||
add_subdirectory(Tests)
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
add_subdirectory(AK)
|
||||
add_subdirectory(Kernel)
|
||||
add_subdirectory(LibC)
|
||||
add_subdirectory(LibGfx)
|
||||
|
|
Loading…
Add table
Reference in a new issue