1
Fork 0
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:
Gunnar Beutner 2021-07-07 09:39:21 +02:00 committed by Andreas Kling
parent 3fce0e58e5
commit 75ba74a216
3 changed files with 4 additions and 13 deletions

View file

@ -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)