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
Notes:
sideshowbarker
2024-07-18 08:50:12 +09:00
Author: https://github.com/dascandy Commit: https://github.com/SerenityOS/serenity/commit/b748f11f2dc Pull-request: https://github.com/SerenityOS/serenity/pull/8842
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