mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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:
parent
d4113f6028
commit
b748f11f2d
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue