mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +00:00
Tests: Build all tests on x86_64
This builds some previously-disabled tests for x86_64.
This commit is contained in:
parent
3fce0e58e5
commit
75ba74a216
3 changed files with 4 additions and 13 deletions
|
@ -1,8 +1,6 @@
|
|||
add_subdirectory(AK)
|
||||
if ("${SERENITY_ARCH}" STREQUAL "i686")
|
||||
add_subdirectory(Kernel)
|
||||
add_subdirectory(LibC)
|
||||
endif()
|
||||
add_subdirectory(Kernel)
|
||||
add_subdirectory(LibC)
|
||||
add_subdirectory(LibCompress)
|
||||
add_subdirectory(LibCore)
|
||||
add_subdirectory(LibCpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue