mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
Tests: Move AK tests to Tests/AK
This commit is contained in:
parent
fd0dbd1ebf
commit
67322b0702
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
Add a link
Reference in a new issue