mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Tests: Disable kernel and LibC tests for x86_64
Some of the tests assume 32-bit addresses, so let's disable them for now.
This commit is contained in:
parent
c9a8dfa1bf
commit
6600835802
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
add_subdirectory(AK)
|
||||
add_subdirectory(Kernel)
|
||||
add_subdirectory(LibC)
|
||||
if ("${SERENITY_ARCH}" STREQUAL "i686")
|
||||
add_subdirectory(Kernel)
|
||||
add_subdirectory(LibC)
|
||||
endif()
|
||||
add_subdirectory(LibCompress)
|
||||
add_subdirectory(LibCore)
|
||||
add_subdirectory(LibCpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue