mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Tests: Disable test if platform has no UserspaceEmulator
Disable test for component with same check that component itself has.
This commit is contained in:
committed by
Linus Groh
parent
d4113f6028
commit
b748f11f2d
@@ -13,6 +13,8 @@ add_subdirectory(LibRegex)
|
||||
add_subdirectory(LibSQL)
|
||||
add_subdirectory(LibWasm)
|
||||
add_subdirectory(LibWeb)
|
||||
add_subdirectory(UserspaceEmulator)
|
||||
if (${SERENITY_ARCH} STREQUAL "i686")
|
||||
add_subdirectory(UserspaceEmulator)
|
||||
endif()
|
||||
add_subdirectory(LibCrypto)
|
||||
add_subdirectory(LibTLS)
|
||||
|
||||
Reference in New Issue
Block a user