mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +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
Notes:
sideshowbarker
2024-07-18 11:36:02 +09:00
Author: https://github.com/gunnarbeutner
Commit: 6600835802
Pull-request: https://github.com/SerenityOS/serenity/pull/8225
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