mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +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:
parent
d4113f6028
commit
b748f11f2d
Notes:
sideshowbarker
2024-07-18 08:50:12 +09:00
Author: https://github.com/dascandy
Commit: b748f11f2d
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(LibSQL)
|
||||||
add_subdirectory(LibWasm)
|
add_subdirectory(LibWasm)
|
||||||
add_subdirectory(LibWeb)
|
add_subdirectory(LibWeb)
|
||||||
|
if (${SERENITY_ARCH} STREQUAL "i686")
|
||||||
add_subdirectory(UserspaceEmulator)
|
add_subdirectory(UserspaceEmulator)
|
||||||
|
endif()
|
||||||
add_subdirectory(LibCrypto)
|
add_subdirectory(LibCrypto)
|
||||||
add_subdirectory(LibTLS)
|
add_subdirectory(LibTLS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue